Passed
Push — master ( a00648...a60c42 )
by Caen
05:05 queued 14s
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
 
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.