Skip to content

Commit 09f124c

Browse files
authored
[Review] Remove return type for php 7.0 supporting
1 parent a29bbec commit 09f124c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Review/Model/ReviewSummary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct(
3636
* @param int $storeId
3737
* @param int $entityType
3838
*/
39-
public function appendSummaryDataToObject(AbstractModel $object, int $storeId, int $entityType = 1): void
39+
public function appendSummaryDataToObject(AbstractModel $object, int $storeId, int $entityType = 1)
4040
{
4141
$summary = $this->summaryCollectionFactory->create()
4242
->addEntityFilter($object->getId(), $entityType)

0 commit comments

Comments
 (0)