Do not return anything from constructor (#275)

This commit is contained in:
Adrien Loison 2016-07-14 10:53:44 -07:00 committed by GitHub
parent 7a613eed8c
commit 82605ab57b

View File

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