@@ -36,7 +36,7 @@ |
||
36 | 36 | return; |
37 | 37 | } |
38 | 38 | |
39 | - for ($n = $xml->firstChild;; $n = $n->nextSibling) { |
|
39 | + for ($n = $xml->firstChild; ; $n = $n->nextSibling) { |
|
40 | 40 | if (!($n instanceof \DOMElement)) { |
41 | 41 | continue; |
42 | 42 | } |