Skip to content

Commit 767abdc

Browse files
author
Stanislav Idolov
committed
magento-engcom/magento2ce#2792: Suppressed code style violation
1 parent b5016ec commit 767abdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1981,6 +1981,7 @@ protected function _productLimitationPrice($joinLeft = false)
19811981
}
19821982
// Set additional field filters
19831983
foreach ($this->_priceDataFieldFilters as $filterData) {
1984+
// phpcs:disable Magento2.Functions.DiscouragedFunction
19841985
$select->where(call_user_func_array('sprintf', $filterData));
19851986
}
19861987
} else {

0 commit comments

Comments
 (0)