Passed
Push — error-management ( 710a13...3a198f )
by Arnaud
09:37 queued 06:32
created
src/Command/Command.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
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()) {
Please login to merge, or discard this patch.