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 ca3e5d2 commit aa8c5aaCopy full SHA for aa8c5aa
stubs/dom.stub
@@ -67,14 +67,9 @@ class DOMElement extends DOMNode
67
public function getElementsByTagNameNS ($namespaceURI, $localName) {}
68
69
/**
70
- * @template-covariant T of string
71
- * @param T $qualifiedName
72
- * @phpstan-assert-if-true =DOMAttr $this->getAttributeNode($qualifiedName)
73
* @phpstan-assert-if-true =DOMNamedNodeMap<DOMAttr> $this->attributes
74
*/
75
public function hasAttribute(string $qualifiedName): bool {}
76
-
77
- public function getAttributeNode(string $qualifiedName): DOMAttr|false {}
78
}
79
80
0 commit comments