Do not return anything from constructor

This commit is contained in:
Adrien Loison 2016-07-14 09:54:47 -07:00
parent 7a613eed8c
commit 8aeb60111f

View File

@ -40,8 +40,6 @@ class SimpleXMLElement
} }
$this->resetXMLInternalErrorsSetting(); $this->resetXMLInternalErrorsSetting();
return $this->simpleXMLElement;
} }
/** /**