Completed
Push — master ( 881cf7...d89aaa )
by Andrés
02:24
created
src/MageApplication.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     {
39 39
         $dispatcher = new EventDispatcher();
40 40
 
41
-        $dispatcher->addListener(ConsoleEvents::EXCEPTION, function (ConsoleExceptionEvent $event) {
41
+        $dispatcher->addListener(ConsoleEvents::EXCEPTION, function(ConsoleExceptionEvent $event) {
42 42
             $output = $event->getOutput();
43 43
             $command = $event->getCommand();
44 44
             $output->writeln(sprintf('Oops, exception thrown while running command <info>%s</info>', $command->getName()));
Please login to merge, or discard this patch.