@@ -84,7 +84,7 @@ |
||
| 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 | } |