Completed
Branch master (435868)
by Thiago Augustus de
03:42 queued 01:41
created
NoXMLSpace.class.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,9 @@
 block discarded – undo
29 29
 	public static function noSpace($xml = null)
30 30
 	{
31 31
 
32
-		if (empty($xml) || is_null($xml)) return false;
32
+		if (empty($xml) || is_null($xml)) {
33
+			return false;
34
+		}
33 35
 
34 36
 		foreach ($xml as $key => $value) {
35 37
 			if (sizeof($value) > 1) {
Please login to merge, or discard this patch.