@@ -17,7 +17,7 @@ |
||
17 | 17 | $this->priceViewFactory = $priceViewFactory; |
18 | 18 | } |
19 | 19 | |
20 | - public function create(AdjustmentInterface $adjustment, ?AdjustmentView $additionalAmount): AdjustmentView |
|
20 | + public function create(AdjustmentInterface $adjustment, ? AdjustmentView $additionalAmount) : AdjustmentView |
|
21 | 21 | { |
22 | 22 | $adjustmentView = new AdjustmentView(); |
23 | 23 |
@@ -9,5 +9,5 @@ |
||
9 | 9 | |
10 | 10 | interface AdjustmentViewFactoryInterface |
11 | 11 | { |
12 | - public function create(AdjustmentInterface $adjustment, ?AdjustmentView $additionalAmount): AdjustmentView; |
|
12 | + public function create(AdjustmentInterface $adjustment, ? AdjustmentView $additionalAmount) : AdjustmentView; |
|
13 | 13 | } |