@@ -27,7 +27,7 @@ |
||
27 | 27 | { |
28 | 28 | $app->command( |
29 | 29 | 'add-prefix prefix path*', |
30 | - function ($prefix, $path, OutputInterface $output) { |
|
30 | + function($prefix, $path, OutputInterface $output) { |
|
31 | 31 | $handler = new AddPrefixCommandHandler; |
32 | 32 | $handler->handle($prefix, $path, $output); |
33 | 33 | } |