mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
minor #11164 [typography] return function (DurandSacha)
This PR was merged into the 1.8-dev branch.
Discussion
----------
Commits
-------
ea8810f664 [typography] return function
This commit is contained in:
commit
ba2129635e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ This can be done via a CompilerPass.
|
|||
|
||||
final class MailPass implements CompilerPassInterface
|
||||
{
|
||||
public function process(ContainerBuilder $container)
|
||||
public function process(ContainerBuilder $container): void
|
||||
{
|
||||
$container->removeDefinition('sylius.listener.order_complete');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue