Passed
Push — master ( fa3bf1...2fa9b0 )
by
unknown
04:14
created
src/Console/Infrastructure/Domain/Events/CommandWasCreated.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Console/Infrastructure/Domain/Services/PhpClass/Command.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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
             )
Please login to merge, or discard this patch.