Skip to content

Commit 761d67f

Browse files
authored
Merge pull request #8641 from BenMorel/xmlreader
Fix XMLReader::expand() nullable parameter $baseNode
2 parents d3f4240 + ee7fc0f commit 761d67f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dictionaries/CallMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15676,7 +15676,7 @@
1567615676
'XMLDiff\Memory::diff' => ['string', 'from'=>'string', 'to'=>'string'],
1567715677
'XMLDiff\Memory::merge' => ['string', 'src'=>'string', 'diff'=>'string'],
1567815678
'XMLReader::close' => ['bool'],
15679-
'XMLReader::expand' => ['DOMNode|false', 'basenode='=>'DOMNode'],
15679+
'XMLReader::expand' => ['DOMNode|false', 'baseNode='=>'?DOMNode'],
1568015680
'XMLReader::getAttribute' => ['?string', 'name'=>'string'],
1568115681
'XMLReader::getAttributeNo' => ['?string', 'index'=>'int'],
1568215682
'XMLReader::getAttributeNs' => ['?string', 'name'=>'string', 'namespaceuri'=>'string'],

dictionaries/CallMap_historical.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8497,7 +8497,7 @@
84978497
'XMLDiff\Memory::merge' => ['string', 'src'=>'string', 'diff'=>'string'],
84988498
'XMLReader::XML' => ['bool', 'source'=>'string', 'encoding='=>'?string', 'options='=>'int'],
84998499
'XMLReader::close' => ['bool'],
8500-
'XMLReader::expand' => ['DOMNode|false', 'basenode='=>'DOMNode'],
8500+
'XMLReader::expand' => ['DOMNode|false', 'baseNode='=>'?DOMNode'],
85018501
'XMLReader::getAttribute' => ['?string', 'name'=>'string'],
85028502
'XMLReader::getAttributeNo' => ['?string', 'index'=>'int'],
85038503
'XMLReader::getAttributeNs' => ['?string', 'name'=>'string', 'namespaceuri'=>'string'],

0 commit comments

Comments
 (0)