From da2cd931e52872ce985790176e5d99dc8a2396d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Thu, 5 Aug 2021 09:05:33 +0200 Subject: [PATCH] Fix another DOMNameSpaceNode casing issue --- ext/dom/php_dom.stub.php | 2 +- ext/dom/php_dom_arginfo.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/dom/php_dom.stub.php b/ext/dom/php_dom.stub.php index 24c24ce019c..c7a08fa9933 100644 --- a/ext/dom/php_dom.stub.php +++ b/ext/dom/php_dom.stub.php @@ -230,7 +230,7 @@ class DOMNodeList implements IteratorAggregate, Countable public function getIterator(): Iterator {} - /** @return DOMNode|DOMNamespaceNode|null */ + /** @return DOMNode|DOMNameSpaceNode|null */ public function item(int $index) {} } diff --git a/ext/dom/php_dom_arginfo.h b/ext/dom/php_dom_arginfo.h index 5dd0edf2416..753f44acb4f 100644 --- a/ext/dom/php_dom_arginfo.h +++ b/ext/dom/php_dom_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 1dc4b6f71305437dcf86435bc1f72cb05aafd17d */ + * Stub hash: 3db2a5e01c88b189f2d58aa67b598653ebde6a76 */ ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_dom_import_simplexml, 0, 1, DOMElement, 0) ZEND_ARG_TYPE_INFO(0, node, IS_OBJECT, 0)