Passed
Push — master ( 03be53...8cd3b2 )
by BENOIT
02:26
created
src/Command/ServeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
         try {
46 46
             $config = $this->configuration->overrideWith(without_nullish_values($input->getOptions()))->asArray();
47 47
             $loop->futureTick(
48
-                function () use ($config, $output) {
48
+                function() use ($config, $output) {
49 49
                     $this->displayConfiguration($config, $output);
50 50
                 }
51 51
             );
Please login to merge, or discard this patch.