@@ -26,7 +26,7 @@ |
||
| 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); |