Test Failed
Branch master (a65217)
by Sergio
03:21
created
src/Parsers/XMLParser.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -66,9 +66,9 @@
 block discarded – undo
66 66
 			}
67 67
 			if($this->isValue()) {
68 68
 				if($elementCollection->isEmpty()) {
69
-				    if (!is_null($foundInEl)) {
70
-                        return $elementCollection->put($elementName, trim($this->reader->value));
71
-                    }
69
+					if (!is_null($foundInEl)) {
70
+						return $elementCollection->put($elementName, trim($this->reader->value));
71
+					}
72 72
 
73 73
 					return trim($this->reader->value);
74 74
 				} else {
Please login to merge, or discard this patch.