Skip to content

Commit aa8c5aa

Browse files
committed
Remove junk
1 parent ca3e5d2 commit aa8c5aa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stubs/dom.stub

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,9 @@ class DOMElement extends DOMNode
6767
public function getElementsByTagNameNS ($namespaceURI, $localName) {}
6868

6969
/**
70-
* @template-covariant T of string
71-
* @param T $qualifiedName
72-
* @phpstan-assert-if-true =DOMAttr $this->getAttributeNode($qualifiedName)
7370
* @phpstan-assert-if-true =DOMNamedNodeMap<DOMAttr> $this->attributes
7471
*/
7572
public function hasAttribute(string $qualifiedName): bool {}
76-
77-
public function getAttributeNode(string $qualifiedName): DOMAttr|false {}
7873
}
7974

8075
/**

0 commit comments

Comments
 (0)