We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e74d25 commit 323aaedCopy full SHA for 323aaed
stubs/ext/dom/DOMElement.php
@@ -13,11 +13,11 @@ public function getAttribute(string $qualifiedName)
13
public function getAttributeNS(?string $namespace, string $localName)
14
{
15
}
16
- /** @return DOMAttr|DOMNamespaceNode|false */
+ /** @return DOMAttr|DOMNameSpaceNode|false */
17
public function getAttributeNode(string $qualifiedName)
18
19
20
- /** @return DOMAttr|DOMNamespaceNode|null */
+ /** @return DOMAttr|DOMNameSpaceNode|null */
21
public function getAttributeNodeNS(?string $namespace, string $localName)
22
23
0 commit comments