@@ -58,7 +58,7 @@ |
||
58 | 58 | $config->loadConfigFile(); |
59 | 59 | } catch (\RuntimeException $e) { |
60 | 60 | $logger->critical($e->getMessage()); |
61 | - $this->setCode(function () { |
|
61 | + $this->setCode(function() { |
|
62 | 62 | return 1; |
63 | 63 | }); |
64 | 64 | return; |