Passed
Push — master ( 01c919...f44c53 )
by Caen
03:47 queued 12s
created
packages/framework/src/Console/Commands/ServeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
     protected function runServerProcess(string $command): void
50 50
     {
51
-        Process::run($command, function ($type, $line) {
51
+        Process::run($command, function($type, $line) {
52 52
             $this->output->write($line);
53 53
         });
54 54
     }
Please login to merge, or discard this patch.