@@ -39,7 +39,7 @@ discard block |
||
| 39 | 39 | |
| 40 | 40 | protected function recursive_parse($xml, $ns) |
| 41 | 41 | { |
| 42 | - $xml_string = (string)$xml; |
|
| 42 | + $xml_string = (string) $xml; |
|
| 43 | 43 | |
| 44 | 44 | if ($xml->count() == 0 and $xml_string != '') { |
| 45 | 45 | if (count($xml->attributes()) == 0) { |
@@ -61,7 +61,7 @@ discard block |
||
| 61 | 61 | $attName = "{$nsName}:{$attName}"; |
| 62 | 62 | } |
| 63 | 63 | |
| 64 | - $result["@{$attName}"] = (string)$attValue; |
|
| 64 | + $result["@{$attName}"] = (string) $attValue; |
|
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | foreach ($xml->children($nsUri) as $childName => $child) { |