Skip to content

Commit 734a860

Browse files
committed
cs fix
1 parent 2b9900f commit 734a860

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DependencyInjection/Compiler/SetRouterPass.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class SetRouterPass implements CompilerPassInterface
2222
{
2323
public function process(ContainerBuilder $container)
2424
{
25-
2625
// only replace the default router by overwriting the 'router' alias if config tells us to
2726
if ($container->hasParameter('cmf_routing.replace_symfony_router') && true === $container->getParameter('cmf_routing.replace_symfony_router')) {
2827
$container->setAlias('router', 'cmf_routing.router');

0 commit comments

Comments
 (0)