Fix another DOMNameSpaceNode casing issue

This commit is contained in:
Máté Kocsis 2021-08-05 09:05:33 +02:00
parent ff32d39cdc
commit da2cd931e5
No known key found for this signature in database
GPG Key ID: FD055E41728BF310
2 changed files with 2 additions and 2 deletions

View File

@ -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) {}
}

View File

@ -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)