Completed
Push — master ( 9ebb1b...4f3ce8 )
by Martin
02:50
created
src/RegisterClassNamedServicesPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 
27 27
     public function process(ContainerBuilder $container)
28 28
     {
29
-        $throwingAutoloader = function ($class) {
29
+        $throwingAutoloader = function($class) {
30 30
             throw new \ReflectionException(sprintf('Class %s does not exist', $class));
31 31
         };
32 32
         spl_autoload_register($throwingAutoloader);
Please login to merge, or discard this patch.