Skip to content

Commit 384857e

Browse files
AC-3560::Fix potential problems with "RFC: Deprecate passing null" for Magento page-builder
1 parent 4cf56a4 commit 384857e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/PageBuilderAnalytics/Model/ContentTypeUsageReportProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public function getReport($name) : \IteratorIterator
8080
{
8181
$query = $this->queryFactory->create($name);
8282

83+
$reportData = [];
8384
// Prepare our type count data
8485
$typeCounts = [];
8586
$contentTypes = $this->config->getContentTypes();

0 commit comments

Comments
 (0)