Completed
Push — master ( 58d080...f93fa4 )
by Nathan
02:15
created
src/NatePage/EasyHtmlElement/Element.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@
 block discarded – undo
233 233
     /**
234 234
      * {@inheritdoc}
235 235
      */
236
-    public function setParent(?ElementInterface $parent = null): ElementInterface
236
+    public function setParent(? ElementInterface $parent = null) : ElementInterface
237 237
     {
238 238
         $this->parent = $parent;
239 239
 
Please login to merge, or discard this patch.