@@ -47,7 +47,7 @@ |
||
47 | 47 | $dispatcher = new EventDispatcher(); |
48 | 48 | $this->setDispatcher($dispatcher); |
49 | 49 | |
50 | - $dispatcher->addListener(ConsoleEvents::ERROR, function (ConsoleErrorEvent $event) { |
|
50 | + $dispatcher->addListener(ConsoleEvents::ERROR, function(ConsoleErrorEvent $event) { |
|
51 | 51 | $output = $event->getOutput(); |
52 | 52 | $command = $event->getCommand(); |
53 | 53 | $output->writeln( |