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 e49a3b1 commit 578fc00Copy full SHA for 578fc00
stubs/dom.stub
@@ -65,16 +65,6 @@ class DOMElement extends DOMNode
65
* @return DOMNodeList<DOMElement>
66
*/
67
public function getElementsByTagNameNS ($namespaceURI, $localName) {}
68
-
69
- /**
70
- * @phpstan-assert-if-true non-empty-string $this->getAttribute($qualifiedName)
71
- * @phpstan-assert-if-true DOMAttr|DOMNameSpaceNode $this->getAttributeNode($qualifiedName)
72
- */
73
- public function hasAttribute(string $qualifiedName): bool {}
74
75
- public function getAttribute(string $qualifiedName): string {}
76
77
- public function getAttributeNode(string $qualifiedName): DOMAttr|DOMNameSpaceNode|false {}
78
}
79
80
/**
0 commit comments