Skip to content

Commit

Permalink
Fix static tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec authored and eduard13 committed Mar 1, 2019
1 parent eaad776 commit aa7fee5
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ public function __construct(CalculatorInterface $calculator)
}

/**
* Get raw value of "as low as" as a minimal among tier prices
* {@inheritdoc}
* Get raw value of "as low as" as a minimal among tier prices{@inheritdoc}
*
* @param SaleableInterface $saleableItem
* @return float|null
*/
public function getValue(SaleableInterface $saleableItem)
{
Expand All @@ -49,8 +51,10 @@ public function getValue(SaleableInterface $saleableItem)
}

/**
* Return calculated amount object that keeps "as low as" value
* {@inheritdoc}
* Return calculated amount object that keeps "as low as" value{@inheritdoc}
*
* @param SaleableInterface $saleableItem
* @return AmountInterface|null
*/
public function getAmount(SaleableInterface $saleableItem)
{
Expand Down

0 comments on commit aa7fee5

Please sign in to comment.