Skip to content

Commit

Permalink
Fixing static test
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 authored Mar 19, 2020
1 parent df35dda commit b816334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/Catalog/Block/Product/ListProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ public function getIdentities()
}

foreach ($this->_getProductCollection() as $item) {
// phpcs:ignore Magento2.Performance.ForeachArrayMerge
$identities = array_merge($identities, $item->getIdentities());
}

Expand Down

0 comments on commit b816334

Please sign in to comment.