@@ -29,7 +29,7 @@ |
||
29 | 29 | /** @var string The key name of the node value */ |
30 | 30 | private string $val = '#'; |
31 | 31 | |
32 | - private string|null $root; |
|
32 | + private string | null $root; |
|
33 | 33 | private DOMDocument $document; |
34 | 34 | |
35 | 35 | public function __construct(?string $root, string $nodeKey = '#') |