Skip to content

Commit

Permalink
Merge pull request #8577 from cristianobaptista/fix/8576
Browse files Browse the repository at this point in the history
fix mapped property type for DOMNode childNodes
  • Loading branch information
orklah committed Oct 13, 2022
2 parents bb9aabe + f2ea9e5 commit f8d1dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictionaries/PropertyMap.php
Expand Up @@ -164,7 +164,7 @@
'domnode' => [
'attributes' => 'DOMNamedNodeMap|null',
'baseuri' => 'string|null',
'childnodes' => 'DomNodeList<DomNode>',
'childnodes' => 'DOMNodeList<DOMNode>',
'firstchild' => 'DOMNode|null',
'lastchild' => 'DOMNode|null',
'localname' => 'string|null',
Expand Down

0 comments on commit f8d1dd8

Please sign in to comment.