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