Completed
Pull Request — master (#34)
by jean
03:05
created
src/ProcessBundle/Step/FilesystemEventStreamStep.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.