@@ -359,7 +359,7 @@ |
||
359 | 359 | * The $newnode, properly attached to DOMDocument. If you passed $newnode as a DOMElement |
360 | 360 | * then you should replace your DOMElement with the returned one. |
361 | 361 | */ |
362 | - public function append(...$nodes) : void { |
|
362 | + public function append(...$nodes) : void { |
|
363 | 363 | // $nodes[0] is newnode. |
364 | 364 | // $nodes[1] is context. |
365 | 365 | $this->createContext($nodes[0], 'xml'); |