We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93265e6 commit 09b94a6Copy full SHA for 09b94a6
app/code/Magento/Catalog/Model/Product/Type/Price.php
@@ -499,15 +499,12 @@ public function getFormattedTierPrice($qty, $product)
499
return $price;
500
}
501
502
-
503
/**
504
* Get formatted by currency tier price
505
*
506
* @param float $qty
507
- * @param $product
508
- *
+ * @param Product $product
509
* @return array|float
510
511
* @deprecated
512
* @see getFormattedTierPrice()
513
*/
0 commit comments