Completed
Pull Request — master (#12)
by
unknown
06:11
created
src/CommandBus/LogEventMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.