@@ -35,6 +35,6 @@ |
||
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 |
@@ -23,6 +23,6 @@ |
||
23 | 23 | |
24 | 24 | public static function getSubscribedEvents() |
25 | 25 | { |
26 | - return [CommandWasCreated::NAME => 'create']; |
|
26 | + return [ CommandWasCreated::NAME => 'create' ]; |
|
27 | 27 | } |
28 | 28 | } |
29 | 29 | \ No newline at end of file |
@@ -23,7 +23,7 @@ |
||
23 | 23 | |
24 | 24 | $this |
25 | 25 | ->setQualifiedName("Saci\\{$moduleName}\\$className") |
26 | - ->setInterfaces(['MappingInterface']) |
|
26 | + ->setInterfaces([ 'MappingInterface' ]) |
|
27 | 27 | ->setMethod( |
28 | 28 | PhpMethod::create('__invoke') |
29 | 29 | ->setType('array') |