File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
app/code/Magento/Catalog/Pricing/Price Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,10 @@ public function __construct(CalculatorInterface $calculator)
29
29
}
30
30
31
31
/**
32
- * Get raw value of "as low as" as a minimal among tier prices
33
- * {@inheritdoc}
32
+ * Get raw value of "as low as" as a minimal among tier prices{@inheritdoc}
33
+ *
34
+ * @param SaleableInterface $saleableItem
35
+ * @return float|null
34
36
*/
35
37
public function getValue (SaleableInterface $ saleableItem )
36
38
{
@@ -49,8 +51,10 @@ public function getValue(SaleableInterface $saleableItem)
49
51
}
50
52
51
53
/**
52
- * Return calculated amount object that keeps "as low as" value
53
- * {@inheritdoc}
54
+ * Return calculated amount object that keeps "as low as" value{@inheritdoc}
55
+ *
56
+ * @param SaleableInterface $saleableItem
57
+ * @return AmountInterface|null
54
58
*/
55
59
public function getAmount (SaleableInterface $ saleableItem )
56
60
{
You can’t perform that action at this time.
0 commit comments