Completed
Pull Request — master (#19)
by Sullivan
03:10
created
src/DependsCommandWrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
         $stringOutput = $this->output->fetch();
62 62
         if (false === strstr($stringOutput, 'There is no installed package depending on ')) {
63 63
             $output = explode(PHP_EOL, $stringOutput);
64
-            $output = array_map(function ($line) {
64
+            $output = array_map(function($line) {
65 65
                 return '    '.$line;
66 66
             }, $output);
67 67
 
Please login to merge, or discard this patch.