Skip to content

Commit

Permalink
Made the nodeValue nullable as indicated by the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVanSonsbeek committed Jan 27, 2022
1 parent f6a8921 commit 6b59dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictionaries/PropertyMap.php
Expand Up @@ -370,7 +370,7 @@
],
'domnode' => [
'nodeName' => 'string',
'nodeValue' => 'string',
'nodeValue' => 'string|null',
'nodeType' => 'int',
'parentNode' => 'DOMNode|null',
'childNodes' => 'DomNodeList<DomNode>',
Expand Down

0 comments on commit 6b59dd9

Please sign in to comment.