@@ -31,7 +31,7 @@ |
||
31 | 31 | */ |
32 | 32 | public function getCommand(): Command |
33 | 33 | { |
34 | - return $this->command; |
|
34 | + return $this->command; |
|
35 | 35 | } |
36 | 36 | |
37 | 37 | public function getName(): string |
@@ -21,7 +21,7 @@ |
||
21 | 21 | { |
22 | 22 | $this |
23 | 23 | ->setQualifiedName("Saci\\{$moduleName}\\UseCase\\") |
24 | - ->setInterfaces(['MappingInterface']) |
|
24 | + ->setInterfaces([ 'MappingInterface' ]) |
|
25 | 25 | ->setMethod( |
26 | 26 | PhpMethod::create('__construct') |
27 | 27 | ) |