Skip to content

Commit 09b94a6

Browse files
committed
phpcs fix
1 parent 93265e6 commit 09b94a6

File tree

1 file changed

+1
-4
lines changed
  • app/code/Magento/Catalog/Model/Product/Type

1 file changed

+1
-4
lines changed

app/code/Magento/Catalog/Model/Product/Type/Price.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -499,15 +499,12 @@ public function getFormattedTierPrice($qty, $product)
499499
return $price;
500500
}
501501

502-
503502
/**
504503
* Get formatted by currency tier price
505504
*
506505
* @param float $qty
507-
* @param $product
508-
*
506+
* @param Product $product
509507
* @return array|float
510-
*
511508
* @deprecated
512509
* @see getFormattedTierPrice()
513510
*/

0 commit comments

Comments
 (0)