Completed
Pull Request — master (#90)
by Mikael
02:27
created
sources/lib/DependencyInjection/Compiler/ModelPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
                 $container->addAutowiringType($old->getClass());
71 71
             }
72 72
 
73
-            $container->setAlias($class,  $id);
73
+            $container->setAlias($class, $id);
74 74
 
75 75
         }
76 76
     }
Please login to merge, or discard this patch.