Skip to content

Commit ee11a60

Browse files
committed
Fix DOMNameSpaceNode casing
1 parent 5628afb commit ee11a60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/dom/php_dom.stub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ public function getAttribute(string $qualifiedName) {}
184184
/** @return string */
185185
public function getAttributeNS(?string $namespace, string $localName) {}
186186

187-
/** @return DOMAttr|DOMNamespaceNode|false */
187+
/** @return DOMAttr|DOMNameSpaceNode|false */
188188
public function getAttributeNode(string $qualifiedName) {}
189189

190-
/** @return DOMAttr|DOMNamespaceNode|null */
190+
/** @return DOMAttr|DOMNameSpaceNode|null */
191191
public function getAttributeNodeNS(?string $namespace, string $localName) {}
192192

193193
/** @return DOMNodeList */

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: f6cb7dbafec4d360cae9f19ae23d34e3ecafd6cf */
2+
* Stub hash: 1d7decd89754f2fe94cae120a34473173bbffae3 */
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)