From 82605ab57b3b5a94962cad6d161b0ff63482debc Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Thu, 14 Jul 2016 10:53:44 -0700 Subject: [PATCH] Do not return anything from constructor (#275) --- src/Spout/Reader/Wrapper/SimpleXMLElement.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Spout/Reader/Wrapper/SimpleXMLElement.php b/src/Spout/Reader/Wrapper/SimpleXMLElement.php index 0e3d758..2bd836d 100644 --- a/src/Spout/Reader/Wrapper/SimpleXMLElement.php +++ b/src/Spout/Reader/Wrapper/SimpleXMLElement.php @@ -40,8 +40,6 @@ class SimpleXMLElement } $this->resetXMLInternalErrorsSetting(); - - return $this->simpleXMLElement; } /**