Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Add CurrencyConverter typehint to MinimumPriceCouponListener constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
hacfi committed Mar 16, 2015
1 parent 0a960ae commit cb5546d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class MinimumPriceCouponListener
/**
* @param $currencyConverter
*/
public function __construct($currencyConverter)
public function __construct(CurrencyConverter $currencyConverter)
{
$this->currencyConverter = $currencyConverter;
}
Expand Down

0 comments on commit cb5546d

Please sign in to comment.