Passed
Branch 1.4 (dd55e8)
by G
05:29
created
src/Fixture/Factory/OrderExampleFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         protected PaymentMethodRepositoryInterface $paymentMethodRepository,
48 48
         protected ShippingMethodRepositoryInterface $shippingMethodRepository,
49 49
         protected FactoryInterface $addressFactory,
50
-        protected StateMachineFactoryInterface|StateMachineInterface $stateMachineFactory,
50
+        protected StateMachineFactoryInterface | StateMachineInterface $stateMachineFactory,
51 51
         protected OrderShippingMethodSelectionRequirementCheckerInterface $orderShippingMethodSelectionRequirementChecker,
52 52
         protected OrderPaymentMethodSelectionRequirementCheckerInterface $orderPaymentMethodSelectionRequirementChecker,
53 53
     ) {
Please login to merge, or discard this patch.