Skip to content

Commit fecee60

Browse files
alzotabubasuma
andauthored
ACP2E-1634: CR comments update
Co-authored-by: Buba Soumah <bubasuma@users.noreply.github.com>
1 parent bfed60a commit fecee60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ class MinimalTierPriceCalculator implements MinimalPriceCalculatorInterface
2121
private $calculator;
2222

2323
/**
24-
* @var null
24+
* @var AmountInterface|null
2525
*/
26-
private $lowestTierPrice;
26+
private $lowestTierPrice = null;
2727

2828
/**
2929
* @param CalculatorInterface $calculator

0 commit comments

Comments
 (0)