@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | // |
| 81 | 81 | // hopefully this is better for performance |
| 82 | 82 | $format = "%s"; |
| 83 | - $formatParams = [ $progressChar ]; |
|
| 83 | + $formatParams = [$progressChar]; |
|
| 84 | 84 | |
| 85 | 85 | // do we need to output anything else? |
| 86 | 86 | $maxString = (string)$maxProgress; |
@@ -120,6 +120,6 @@ discard block |
||
| 120 | 120 | $formatParams[] = (string)$currentProgress; |
| 121 | 121 | $formatParams[] = $maxString; |
| 122 | 122 | |
| 123 | - return [ $format, $formatParams ]; |
|
| 123 | + return [$format, $formatParams]; |
|
| 124 | 124 | } |
| 125 | 125 | } |
| 126 | 126 | \ No newline at end of file |