@@ -23,7 +23,7 @@ |
||
23 | 23 | public static function createArray($input_xml) |
24 | 24 | { |
25 | 25 | if(!isset($input_xml) || 0 === strlen($input_xml){ |
26 | - return []; |
|
26 | + return []; |
|
27 | 27 | } |
28 | 28 | $xml = self::getXMLRoot(); |
29 | 29 | if (is_string($input_xml)) { |
@@ -22,7 +22,7 @@ |
||
22 | 22 | */ |
23 | 23 | public static function createArray($input_xml) |
24 | 24 | { |
25 | - if(!isset($input_xml) || 0 === strlen($input_xml){ |
|
25 | + if (!isset($input_xml) || 0 === strlen($input_xml){ |
|
26 | 26 | return []; |
27 | 27 | } |
28 | 28 | $xml = self::getXMLRoot(); |