Passed
Branch 1.4 (dd55e8)
by G
05:29
created
ecs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 use PhpCsFixer\Fixer\ClassNotation\VisibilityRequiredFixer;
6 6
 use Symplify\EasyCodingStandard\Config\ECSConfig;
7 7
 
8
-return static function (ECSConfig $ecsConfig): void {
8
+return static function(ECSConfig $ecsConfig): void {
9 9
     $ecsConfig->paths([
10 10
         __DIR__ . '/src',
11 11
         __DIR__ . '/tests/Behat',
Please login to merge, or discard this patch.
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.