Passed
Pull Request — master (#49)
by Robbie
02:45
created
src/Command/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
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()));
Please login to merge, or discard this patch.