Completed
Pull Request — master (#17)
by Alex
01:50
created
src/Cmp/Queues/Domain/Event/DomainEvent.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -47,9 +47,9 @@
 block discarded – undo
47 47
     public function __construct($origin, $name, $version, $occurredOn, array $body = [], $isDeprecated = false)
48 48
     {
49 49
         $this->setOrigin($origin)
50
-             ->setName($name)
51
-             ->setVersion($version)
52
-             ->setOccurredOn($occurredOn)
50
+                ->setName($name)
51
+                ->setVersion($version)
52
+                ->setOccurredOn($occurredOn)
53 53
         ;
54 54
         $this->body = $body;
55 55
     }
Please login to merge, or discard this patch.