@@ -26,7 +26,7 @@ |
||
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); |