@@ -5,7 +5,7 @@ |
||
| 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', |
@@ -47,7 +47,7 @@ |
||
| 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 | ) { |