Completed
Push — master ( 8ccc11...1c9ae4 )
by Povilas
9s
created
src/Console/Command.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
         if (false === is_array($result)) {
204 204
             return array_filter(
205 205
                 explode(',', $result),
206
-                function ($value) {
206
+                function($value) {
207 207
                     return false === empty($value);
208 208
                 }
209 209
             );
Please login to merge, or discard this patch.