Skip to content

Commit 253fc33

Browse files
Remove two bad definition
1 parent 53e98f9 commit 253fc33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/functionMap.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,8 +1606,6 @@
16061606
'DomNode::add_namespace' => ['bool', 'uri'=>'string', 'prefix'=>'string'],
16071607
'DomNode::append_child' => ['__benevolent<DOMNode|false>', 'newnode'=>'DOMNode'],
16081608
'DOMNode::appendChild' => ['__benevolent<DOMNode|false>', 'newnode'=>'DOMNode'],
1609-
'DOMNode::C14N' => ['string', 'exclusive='=>'bool', 'with_comments='=>'bool', 'xpath='=>'array', 'ns_prefixes='=>'array'],
1610-
'DOMNode::C14NFile' => ['int', 'uri='=>'string', 'exclusive='=>'bool', 'with_comments='=>'bool', 'xpath='=>'array', 'ns_prefixes='=>'array'],
16111609
'DOMNode::cloneNode' => ['__benevolent<DOMNode|false>', 'deep='=>'bool'],
16121610
'DOMNode::getLineNo' => ['int'],
16131611
'DOMNode::getNodePath' => ['?string'],

0 commit comments

Comments
 (0)