We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e542265 commit d10add4Copy full SHA for d10add4
code_samples/discounts/src/Discounts/PurchaseParityValueFormatter.php
@@ -4,14 +4,13 @@
4
5
namespace App\Discounts;
6
7
-use Ibexa\Contracts\Discounts\Value\DiscountInterface;
8
use Ibexa\Contracts\Discounts\DiscountValueFormatterInterface;
+use Ibexa\Contracts\Discounts\Value\DiscountInterface;
9
use Money\Money;
10
11
final class PurchaseParityValueFormatter implements DiscountValueFormatterInterface
12
{
13
public function format(DiscountInterface $discount, ?Money $money = null): string
14
15
-
16
}
17
0 commit comments