mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
Fix another DOMNameSpaceNode casing issue
This commit is contained in:
parent
ff32d39cdc
commit
da2cd931e5
@ -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) {}
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user