Skip to content

Commit 0fe3a5a

Browse files
committed
AC::2765::Page Builder Error When Add Product List With Admin User Scope Limitation
1 parent 2a1fe6d commit 0fe3a5a

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Review/Model/ResourceModel/Review/Summary

1 file changed

+2
-2
lines changed

app/code/Magento/Review/Model/ResourceModel/Review/Summary/Collection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ public function addEntityFilter($entityId, $entityType = 1)
3939
/**
4040
* Add store filter
4141
*
42-
* @param int|array $storeId
42+
* @param array|int $storeId
4343
* @return $this
4444
*/
45-
public function addStoreFilter(int|array $storeId)
45+
public function addStoreFilter($storeId)
4646
{
4747
if (is_numeric($storeId)) {
4848
$this->_select->where('store_id = ?', $storeId);

0 commit comments

Comments
 (0)