Skip to content

Commit cfab528

Browse files
committed
ACP2E-181: Abandoned cart report optimization
- mute static fail
1 parent 892273b commit cfab528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Reports/Model/ResourceModel/Quote/Collection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ public function resolveCustomerNames()
200200
foreach ($this->getItems() as $item) {
201201
foreach ($customersData as $customerItemData) {
202202
if ($item['customer_id'] == $customerItemData['entity_id']) {
203+
// phpcs:ignore Magento2.Performance.ForeachArrayMerge
203204
$item->setData(array_merge($item->getData(), $customerItemData));
204205
}
205206
}

0 commit comments

Comments
 (0)