Skip to content

Commit

Permalink
XMLReader::getAttribute*() methods can return null
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Aug 12, 2018
1 parent 695db7c commit 3f0543c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Reflection/SignatureMap/functionMap.php
Expand Up @@ -12718,9 +12718,9 @@
'XMLDiff\Memory::merge' => ['string', 'src'=>'string', 'diff'=>'string'],
'XMLReader::close' => ['bool'],
'XMLReader::expand' => ['DOMNode'],
'XMLReader::getAttribute' => ['string', 'name'=>'string'],
'XMLReader::getAttributeNo' => ['string', 'index'=>'int'],
'XMLReader::getAttributeNs' => ['string', 'name'=>'string', 'namespaceuri'=>'string'],
'XMLReader::getAttribute' => ['string|null', 'name'=>'string'],
'XMLReader::getAttributeNo' => ['string|null', 'index'=>'int'],
'XMLReader::getAttributeNs' => ['string|null', 'name'=>'string', 'namespaceuri'=>'string'],
'XMLReader::getParserProperty' => ['bool', 'property'=>'int'],
'XMLReader::isValid' => ['bool'],
'XMLReader::lookupNamespace' => ['?string', 'prefix'=>'string'],
Expand Down

0 comments on commit 3f0543c

Please sign in to comment.