@@ -74,7 +74,7 @@ |
||
| 74 | 74 | */ |
| 75 | 75 | public function getTaskAsClosure(AbstractTaskCommand $command) |
| 76 | 76 | { |
| 77 | - return function (InputInterface $input, OutputInterface $output) use ($command) { |
|
| 77 | + return function(InputInterface $input, OutputInterface $output) use ($command) { |
|
| 78 | 78 | $io = new SymfonyStyle($input, $output); |
| 79 | 79 | |
| 80 | 80 | $io->title(sprintf('%s: %s', $command->getName(), $command->getDescription())); |