@@ -50,7 +50,7 @@ |
||
50 | 50 | $currentOutput = $this->process->getIncrementalOutput(); |
51 | 51 | |
52 | 52 | $lines = explode(PHP_EOL, $currentOutput); |
53 | - $lines = array_filter($lines, function ($item) { return !empty($item); }); |
|
53 | + $lines = array_filter($lines, function($item) { return !empty($item); }); |
|
54 | 54 | |
55 | 55 | $state->debug('{count} lines', ['count' => count($lines)]); |
56 | 56 |