@@ -193,7 +193,7 @@ |
||
193 | 193 | */ |
194 | 194 | public function messageCallback(): \Closure |
195 | 195 | { |
196 | - return function ($code, $message = '', $itemsCount = 0, $itemsMax = 0) { |
|
196 | + return function($code, $message = '', $itemsCount = 0, $itemsMax = 0) { |
|
197 | 197 | $output = $this->output; |
198 | 198 | if (strpos($code, '_PROGRESS') !== false) { |
199 | 199 | if ($output->isVerbose()) { |