Skip to content

Commit 182edf6

Browse files
revert return type
1 parent 1a78b49 commit 182edf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Pricing/Price/TierPrice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public function getSavePercent(AmountInterface $amount)
269269
* Apply adjustment to price
270270
*
271271
* @param float|string $price
272-
* @return AmountInterface
272+
* @return \Magento\Framework\Pricing\Amount\AmountInterface
273273
*/
274274
protected function applyAdjustment($price)
275275
{

0 commit comments

Comments
 (0)