Completed
Push — master ( a74f2f...6e3ebc )
by Oskar
14s
created
src/Hal/Application/Application.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
         // analyze
59 59
         try {
60 60
             $metrics = (new Analyze($config, $output, $issuer))->run($files);
61
-        }catch(ConfigException $e) {
61
+        } catch(ConfigException $e) {
62 62
             $output->writeln(sprintf('<error>%s</error>', $e->getMessage()));
63 63
             exit(1);
64 64
         }
Please login to merge, or discard this patch.