Completed
Pull Request — master (#73)
by
unknown
01:37
created
sources/lib/DependencyInjection/Compiler/ModelPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
                 $old->setPublic(false);
79 79
                 //add alias with full class to be compatible with sf 4.0 autowiring
80 80
                 if ($id !== $class) {
81
-                    $container->setAlias($class,  $id);
81
+                    $container->setAlias($class, $id);
82 82
                 }
83 83
             } else {
84 84
                 $service->setAutowiringTypes([$old->getClass()]); //set this one as a default for autowire
Please login to merge, or discard this patch.