Skip to content

Commit 6d7d32b

Browse files
author
Stanislav Idolov
committed
Revert of AC-872
1 parent 7c852fa commit 6d7d32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/CatalogWidget/Block/Product/ProductsList.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ public function getCacheKeyInfo()
239239
*/
240240
public function getProductPriceHtml(
241241
Product $product,
242-
$priceType = null,
243-
$renderZone = \Magento\Framework\Pricing\Render::ZONE_ITEM_LIST,
242+
$priceType = null,
243+
$renderZone = \Magento\Framework\Pricing\Render::ZONE_ITEM_LIST,
244244
array $arguments = []
245245
) {
246246
if (!isset($arguments['zone'])) {

0 commit comments

Comments
 (0)