mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Apply coding standard fixes
This commit is contained in:
parent
3db0cf8729
commit
c7cd72983e
3 changed files with 0 additions and 3 deletions
|
|
@ -35,5 +35,4 @@ final class CompositeCurrencyContextPass extends PrioritizedCompositeServicePass
|
|||
|
||||
$container->setAlias(CurrencyContextInterface::class, 'sylius.context.currency');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,5 +37,4 @@ final class RegisterCartContextsPass extends PrioritizedCompositeServicePass
|
|||
|
||||
$container->setAlias(CartContextInterface::class, 'sylius.context.cart');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,5 +37,4 @@ final class RegisterProcessorsPass extends PrioritizedCompositeServicePass
|
|||
|
||||
$container->setAlias(OrderProcessorInterface::class, 'sylius.order_processing.order_processor');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue