Completed
Pull Request — master (#23)
by Pádraic
03:39 queued 01:37
created
src/PhpScoperApplicationConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.