Skip to content

Commit b816334

Browse files
authored
Fixing static test
1 parent df35dda commit b816334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Block/Product/ListProduct.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ public function getIdentities()
355355
}
356356

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

0 commit comments

Comments
 (0)