Completed
Push — master ( 38429b...fb3a3c )
by Joao
20:43
created
src/Console/ConsoleCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
         }
85 85
 
86 86
         if ($output->getVerbosity() >= OutputInterface::VERBOSITY_VERY_VERBOSE) {
87
-            $this->migration->addCallbackProgress(function ($command, $version) use ($output) {
87
+            $this->migration->addCallbackProgress(function($command, $version) use ($output) {
88 88
                 $output->writeln('Doing: ' . $command . " to " . $version);
89 89
             });
90 90
         }
Please login to merge, or discard this patch.