Completed
Pull Request — master (#90)
by Mikael
07:08
created
sources/lib/DependencyInjection/Compiler/ModelPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
             ;
68 68
 
69 69
             if (version_compare(\Symfony\Component\HttpKernel\Kernel::VERSION, '3.3', '>=')) {
70
-                $container->setAlias($class,  $id);
70
+                $container->setAlias($class, $id);
71 71
             } else {
72 72
                 $container->addAutowiringType($old->getClass());
73 73
             }
Please login to merge, or discard this patch.