Passed
Push — master ( 9fbb0c...66a263 )
by Caen
03:55 queued 13s
created
packages/framework/src/Console/Commands/ServeCommand.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,9 @@
 block discarded – undo
202 202
         while ($this->server->running()) {
203 203
             $this->handleViteOutput();
204 204
 
205
-            Sleep::for(100)->milliseconds();
205
+            Sleep::for(100) {
206
+                ->milliseconds();
207
+            }
206 208
         }
207 209
     }
208 210
 
Please login to merge, or discard this patch.