Passed
Push — master ( 7d1598...ca2272 )
by Allan
08:59 queued 06:38
created
src/Shell.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 
46 46
         $output = '';
47 47
 
48
-        $outputHandler = function ($type, $data) use ($logger, &$output) {
48
+        $outputHandler = function($type, $data) use ($logger, &$output) {
49 49
             $output .= $data;
50 50
             $logger->writeVerbose('comment', trim($data));
51 51
         };
Please login to merge, or discard this patch.