Completed
Push — master ( 7fc703...d71cf1 )
by Scott
44s queued 11s
created
src/Console/Command.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@
 block discarded – undo
230 230
         if (false === is_array($result)) {
231 231
             return array_filter(
232 232
                 explode(',', (string) $result),
233
-                function ($value) {
233
+                function($value) {
234 234
                     return false === empty($value);
235 235
                 }
236 236
             );
Please login to merge, or discard this patch.