@@ -61,7 +61,7 @@ |
||
| 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 | |