Make DOMNamedNodeMap generic #22224
Annotations
7 errors
PHPStan
Process completed with exit code 2.
|
PHPStan:
stubs/dom.stub#L164
Class DOMNamedNodeMap has @implements tag, but does not implement any interface.
|
PHPStan:
stubs/dom.stub#L164
Class DOMNamedNodeMap has @implements tag, but does not implement any interface.
|
PHPStan:
stubs/dom.stub#L50
Type DOMAttr in generic type DOMNamedNodeMap<DOMAttr> in PHPDoc tag @var for property DOMElement::$attributes is not subtype of template type TNode of DOMNode of class DOMNamedNodeMap.
|
PHPStan:
stubs/dom.stub#L42
Type DOMAttr in generic type DOMNamedNodeMap<DOMAttr> in PHPDoc tag @phpstan-assert-if-true for $this->attributes is not subtype of template type TNode of DOMNode of class DOMNamedNodeMap.
|
PHPStan:
stubs/dom.stub#L36
Type DOMAttr in generic type DOMNamedNodeMap<DOMAttr> in PHPDoc tag @var for property DOMNode::$attributes is not subtype of template type TNode of DOMNode of class DOMNamedNodeMap.
|
|
Loading