We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29bbec commit 09f124cCopy full SHA for 09f124c
app/code/Magento/Review/Model/ReviewSummary.php
@@ -36,7 +36,7 @@ public function __construct(
36
* @param int $storeId
37
* @param int $entityType
38
*/
39
- public function appendSummaryDataToObject(AbstractModel $object, int $storeId, int $entityType = 1): void
+ public function appendSummaryDataToObject(AbstractModel $object, int $storeId, int $entityType = 1)
40
{
41
$summary = $this->summaryCollectionFactory->create()
42
->addEntityFilter($object->getId(), $entityType)
0 commit comments