Completed
Push — master ( c3b4b2...02e296 )
by Christian
02:46
created
src/Task/AbstractCliSpawningTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     {
42 42
         $ioHandler = $this->getIO();
43 43
         $process->run(
44
-            function ($pipe, $content) use ($ioHandler) {
44
+            function($pipe, $content) use ($ioHandler) {
45 45
                 if (Process::ERR === $pipe) {
46 46
                     $ioHandler->writeError($content, false);
47 47
                     // @codingStandardsIgnoreStart
Please login to merge, or discard this patch.