Passed
Push — master ( 263c14...b62fd3 )
by Matthew
09:20
created
Command/CountCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         $firstJob = key($status);
27 27
         if ($firstJob) {
28 28
             $jobKeys = array_keys($status);
29
-            $maxLength = max(array_map(function ($item) {
29
+            $maxLength = max(array_map(function($item) {
30 30
                 return strlen($item ?: '');
31 31
             }, $jobKeys));
32 32
             $formatLen = $this->determineFormatLength($maxLength);
Please login to merge, or discard this patch.