Passed
Push — master ( d3c640...c72e57 )
by Grupo
02:13
created
Infrastructure/Domain/Services/ClassCommandHandlerMakerSubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,6 +35,6 @@
 block discarded – undo
35 35
 
36 36
     public static function getSubscribedEvents()
37 37
     {
38
-        return [CommandWasCreated::NAME => 'create'];
38
+        return [ CommandWasCreated::NAME => 'create' ];
39 39
     }
40 40
 }
41 41
\ No newline at end of file
Please login to merge, or discard this patch.