Completed
Pull Request — master (#28)
by Pádraic
02:28
created
src/Console/ApplicationConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     {
29 29
         $app->command(
30 30
             'add-prefix prefix path*',
31
-            function ($prefix, $path, OutputInterface $output) use ($declaredClasses) {
31
+            function($prefix, $path, OutputInterface $output) use ($declaredClasses) {
32 32
                 $formatter = new BasicFormatter($output);
33 33
                 $formatter->outputScopingStart();
34 34
                 $handler = new AddPrefixCommandHandler();
Please login to merge, or discard this patch.