@@ -15,6 +15,9 @@ discard block |
||
| 15 | 15 | |
| 16 | 16 | protected $numericTagNamePrefix = 'numeric_'; |
| 17 | 17 | |
| 18 | + /** |
|
| 19 | + * @param string $xmlEncoding |
|
| 20 | + */ |
|
| 18 | 21 | public function __construct( |
| 19 | 22 | array $array, |
| 20 | 23 | $rootElement = '', |
@@ -204,6 +207,9 @@ discard block |
||
| 204 | 207 | } |
| 205 | 208 | } |
| 206 | 209 | |
| 210 | + /** |
|
| 211 | + * @param string $rootElement |
|
| 212 | + */ |
|
| 207 | 213 | protected function createRootElement($rootElement): DOMElement |
| 208 | 214 | { |
| 209 | 215 | if (is_string($rootElement)) { |