Completed
Branch master (9ebb1b)
by Martin
05:21
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) { throw new \ReflectionException(sprintf('Class %s does not exist', $class)); };
29
+        $throwingAutoloader = function($class) { throw new \ReflectionException(sprintf('Class %s does not exist', $class)); };
30 30
         spl_autoload_register($throwingAutoloader);
31 31
 
32 32
         try {
Please login to merge, or discard this patch.