Skip to content

Commit d10add4

Browse files
mnocongithub-actions[bot]
authored andcommitted
PHP & JS CS Fixes
1 parent e542265 commit d10add4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code_samples/discounts/src/Discounts/PurchaseParityValueFormatter.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44

55
namespace App\Discounts;
66

7-
use Ibexa\Contracts\Discounts\Value\DiscountInterface;
87
use Ibexa\Contracts\Discounts\DiscountValueFormatterInterface;
8+
use Ibexa\Contracts\Discounts\Value\DiscountInterface;
99
use Money\Money;
1010

1111
final class PurchaseParityValueFormatter implements DiscountValueFormatterInterface
1212
{
1313
public function format(DiscountInterface $discount, ?Money $money = null): string
1414
{
15-
1615
}
1716
}

0 commit comments

Comments
 (0)