mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Add DOMNodeList::item to callmap
This commit is contained in:
parent
1f57881310
commit
83c65d4b2d
@ -1517,6 +1517,7 @@ return [
|
||||
'DOMNode::normalize' => [''],
|
||||
'DOMNode::removeChild' => ['DOMNode', 'oldnode'=>'DOMNode'],
|
||||
'DOMNode::replaceChild' => ['DOMNode', 'newnode'=>'DOMNode', 'oldnode'=>'DOMNode'],
|
||||
'DOMNodeList::item' => ['?DOMNode', 'index'=>'int'],
|
||||
'DOMProcessingInstruction::__construct' => ['void', 'name'=>'string', 'value'=>'string'],
|
||||
'DomProcessingInstruction::data' => ['string'],
|
||||
'DomProcessingInstruction::target' => ['string'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user