mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Fix XMLReader::expand() nullable parameter $baseNode
This commit is contained in:
parent
3f0107e0c7
commit
ee7fc0fad8
@ -15676,7 +15676,7 @@ return [
|
||||
'XMLDiff\Memory::diff' => ['string', 'from'=>'string', 'to'=>'string'],
|
||||
'XMLDiff\Memory::merge' => ['string', 'src'=>'string', 'diff'=>'string'],
|
||||
'XMLReader::close' => ['bool'],
|
||||
'XMLReader::expand' => ['DOMNode|false', 'basenode='=>'DOMNode'],
|
||||
'XMLReader::expand' => ['DOMNode|false', 'baseNode='=>'?DOMNode'],
|
||||
'XMLReader::getAttribute' => ['?string', 'name'=>'string'],
|
||||
'XMLReader::getAttributeNo' => ['?string', 'index'=>'int'],
|
||||
'XMLReader::getAttributeNs' => ['?string', 'name'=>'string', 'namespaceuri'=>'string'],
|
||||
|
@ -8497,7 +8497,7 @@ return [
|
||||
'XMLDiff\Memory::merge' => ['string', 'src'=>'string', 'diff'=>'string'],
|
||||
'XMLReader::XML' => ['bool', 'source'=>'string', 'encoding='=>'?string', 'options='=>'int'],
|
||||
'XMLReader::close' => ['bool'],
|
||||
'XMLReader::expand' => ['DOMNode|false', 'basenode='=>'DOMNode'],
|
||||
'XMLReader::expand' => ['DOMNode|false', 'baseNode='=>'?DOMNode'],
|
||||
'XMLReader::getAttribute' => ['?string', 'name'=>'string'],
|
||||
'XMLReader::getAttributeNo' => ['?string', 'index'=>'int'],
|
||||
'XMLReader::getAttributeNs' => ['?string', 'name'=>'string', 'namespaceuri'=>'string'],
|
||||
|
Loading…
Reference in New Issue
Block a user