Completed
Branch master (4f34e5)
by Povilas
16:00
created
src/Console/Command.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
             exit(1);
80 80
         }
81 81
 
82
-       $progressBar = null;
82
+        $progressBar = null;
83 83
         if ($input->getOption('progress')) {
84 84
             $progressBar = new ProgressBar($output, $finder->count());
85 85
             $progressBar->start();
Please login to merge, or discard this patch.