Test Failed
Push — master ( 56e3d0...d63180 )
by
unknown
01:51
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.