Skip to content

Commit 323aaed

Browse files
committed
Update stubs
1 parent 1e74d25 commit 323aaed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/ext/dom/DOMElement.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ public function getAttribute(string $qualifiedName)
1313
public function getAttributeNS(?string $namespace, string $localName)
1414
{
1515
}
16-
/** @return DOMAttr|DOMNamespaceNode|false */
16+
/** @return DOMAttr|DOMNameSpaceNode|false */
1717
public function getAttributeNode(string $qualifiedName)
1818
{
1919
}
20-
/** @return DOMAttr|DOMNamespaceNode|null */
20+
/** @return DOMAttr|DOMNameSpaceNode|null */
2121
public function getAttributeNodeNS(?string $namespace, string $localName)
2222
{
2323
}

0 commit comments

Comments
 (0)