Skip to content

Commit 68c460f

Browse files
committed
fix more
1 parent 1af1f3c commit 68c460f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/functionMap.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,9 +1898,9 @@
18981898
'DOMCharacterData::substringData' => ['string', 'offset'=>'int', 'count'=>'int'],
18991899
'DOMComment::__construct' => ['void', 'value='=>'string'],
19001900
'DOMDocument::__construct' => ['void', 'version='=>'string', 'encoding='=>'string'],
1901-
'DOMDocument::createAttribute' => ['DOMAttr', 'name'=>'string'],
1902-
'DOMDocument::createAttributeNS' => ['DOMAttr', 'namespaceuri'=>'string', 'qualifiedname'=>'string'],
1903-
'DOMDocument::createCDATASection' => ['DOMCDATASection', 'data'=>'string'],
1901+
'DOMDocument::createAttribute' => ['DOMAttr|false', 'name'=>'string'],
1902+
'DOMDocument::createAttributeNS' => ['DOMAttr|false', 'namespaceuri'=>'string', 'qualifiedname'=>'string'],
1903+
'DOMDocument::createCDATASection' => ['DOMCDATASection|false', 'data'=>'string'],
19041904
'DOMDocument::createComment' => ['DOMComment', 'data'=>'string'],
19051905
'DOMDocument::createDocumentFragment' => ['DOMDocumentFragment'],
19061906
'DOMDocument::createElement' => ['DOMElement|false', 'name'=>'string', 'value='=>'string'],

0 commit comments

Comments
 (0)