@@ -58,7 +58,7 @@ |
||
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 | } |