Skip to content

Commit 62117a9

Browse files
paulbalandanondrejmirtes
authored andcommitted
Fix signature of DOMNode::lookupNamespaceURI
1 parent 8b65ac8 commit 62117a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@
19881988
'DOMNode::isDefaultNamespace' => ['bool', 'namespaceuri'=>'string'],
19891989
'DOMNode::isSameNode' => ['bool', 'node'=>'DOMNode'],
19901990
'DOMNode::isSupported' => ['bool', 'feature'=>'string', 'version'=>'string'],
1991-
'DOMNode::lookupNamespaceURI' => ['string', 'prefix'=>'string'],
1991+
'DOMNode::lookupNamespaceURI' => ['?string', 'prefix'=>'?string'],
19921992
'DOMNode::lookupPrefix' => ['string', 'namespaceuri'=>'string'],
19931993
'DOMNode::normalize' => ['void'],
19941994
'DOMNode::removeChild' => ['DOMNode', 'oldnode'=>'DOMNode'],

0 commit comments

Comments
 (0)