Completed
Push — master ( f93fa4...dbc231 )
by Nathan
02:15
created
src/NatePage/EasyHtmlElement/ElementInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
      *
122 122
      * @return ElementInterface|null
123 123
      */
124
-    public function getParent(): ?self;
124
+    public function getParent(): ? self;
125 125
 
126 126
     /**
127 127
      * Render element.
Please login to merge, or discard this patch.