Skip to content

Commit 169b45e

Browse files
committed
MAGETWO-86125: Sorting on price of configurable products in catalog not working properly
1 parent 5471bc3 commit 169b45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogInventory/Model/Plugin/PriceIndexUpdater.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __construct(Processor $priceIndexProcessor)
3232
* @param Item $result
3333
* @param AbstractModel $model
3434
* @return Item
35-
* SuppressWarnings(PHPMD.UnusedFormalParameter)
35+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
3636
*/
3737
public function afterSave(Item $subject, Item $result, AbstractModel $model)
3838
{

0 commit comments

Comments
 (0)