Passed
Push — console ( a62a65...f575e2 )
by Arnaud
08:22 queued 05:29
created
src/Command/Command.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
      */
208 208
     public function messageCallback(): \Closure
209 209
     {
210
-        return function ($code, $message = '', $itemsCount = 0, $itemsMax = 0) {
210
+        return function($code, $message = '', $itemsCount = 0, $itemsMax = 0) {
211 211
             if (strpos($code, '_PROGRESS') !== false) {
212 212
                 if ($this->output->isVerbose()) {
213 213
                     if ($itemsCount > 0) {
Please login to merge, or discard this patch.