Passed
Push — develop ( 38a044...3d2b0d )
by Greg
08:31 queued 01:21
created
app/GedcomElements/AbstractElement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
      */
61 61
     public function __construct(string $label, array $subtags = null)
62 62
     {
63
-        $this->label  = $label;
63
+        $this->label = $label;
64 64
         $this->subtags = $subtags ?? self::SUBTAGS;
65 65
     }
66 66
 
Please login to merge, or discard this patch.