mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
Merge pull request #7501 from KevinVanSonsbeek/bugfix/#7479-domtext-nodevalue-can-be-null
BugFix: Made DOMNode::nodeValue nullable
This commit is contained in:
commit
a2ad69ae4f
@ -370,7 +370,7 @@ return [
|
||||
],
|
||||
'domnode' => [
|
||||
'nodeName' => 'string',
|
||||
'nodeValue' => 'string',
|
||||
'nodeValue' => 'string|null',
|
||||
'nodeType' => 'int',
|
||||
'parentNode' => 'DOMNode|null',
|
||||
'childNodes' => 'DomNodeList<DomNode>',
|
||||
|
Loading…
Reference in New Issue
Block a user