Passed
Push — fix/serve-timeout ( adda57...357bbd )
by Arnaud
14:18 queued 09:33
created
src/Command/Serve.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
         $buildProcess->setPty(Process::isPtySupported());
130 130
         $buildProcess->setTimeout(3600 * 2);
131 131
 
132
-        $processOutputCallback = function ($type, $data) use ($output) {
132
+        $processOutputCallback = function($type, $data) use ($output) {
133 133
             $output->write($data, false, OutputInterface::OUTPUT_RAW);
134 134
         };
135 135
 
Please login to merge, or discard this patch.