Skip to content

Commit da2cd93

Browse files
committed
Fix another DOMNameSpaceNode casing issue
1 parent ff32d39 commit da2cd93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/dom/php_dom.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function count(): int {}
230230

231231
public function getIterator(): Iterator {}
232232

233-
/** @return DOMNode|DOMNamespaceNode|null */
233+
/** @return DOMNode|DOMNameSpaceNode|null */
234234
public function item(int $index) {}
235235
}
236236

ext/dom/php_dom_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 1dc4b6f71305437dcf86435bc1f72cb05aafd17d */
2+
* Stub hash: 3db2a5e01c88b189f2d58aa67b598653ebde6a76 */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_dom_import_simplexml, 0, 1, DOMElement, 0)
55
ZEND_ARG_TYPE_INFO(0, node, IS_OBJECT, 0)

0 commit comments

Comments
 (0)