Passed
Push — master ( 9bb503...761f10 )
by Caen
04:29 queued 13s
created
packages/framework/src/Console/Commands/ServeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     /** @codeCoverageIgnore Until output is testable */
55 55
     protected function runServerProcess(string $command): void
56 56
     {
57
-        Process::forever()->run($command, function (string $type, string $line): void {
57
+        Process::forever()->run($command, function(string $type, string $line): void {
58 58
             $this->output->write($line);
59 59
         });
60 60
     }
Please login to merge, or discard this patch.