Passed
Push — master ( 8df19c...2f8249 )
by Peter
05:06
created
src/Domain/Entities/BlockLayout.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     public function __construct(string $id, string $name, string $identifier, string $body)
32 32
     {
33 33
         $this->id         = $id;
34
-        $this->name         = $name;
34
+        $this->name = $name;
35 35
         $this->identifier = $identifier;
36 36
         $this->body       = $body;
37 37
     }
Please login to merge, or discard this patch.