@@ -36,7 +36,7 @@ |
||
36 | 36 | { |
37 | 37 | try { |
38 | 38 | $this->logger->info('Event recorded', $this->converter->toArray($message)); |
39 | - } catch(\Exception $e) { |
|
39 | + } catch (\Exception $e) { |
|
40 | 40 | $this->logger->error($e->getMessage()); |
41 | 41 | } |
42 | 42 |