Mark DOMNamedNodeMap as taking a covariant DOMNode #19198
Annotations
4 errors and 1 warning
PHPStan:
stubs/dom.stub#L70
PHPDoc tag @phpstan-assert-if-true has invalid value (non-empty-string $this->getAttribute($qualifiedName)): Unexpected token "$qualifiedName", expected ')' at offset 70 on line 2
|
PHPStan:
stubs/dom.stub#L71
PHPDoc tag @phpstan-assert-if-true has invalid value (DOMAttr|DOMNameSpaceNode $this->getAttributeNode($qualifiedName)): Unexpected token "$qualifiedName", expected ')' at offset 164 on line 3
|
PHPStan:
stubs/dom.stub#L77
Method DOMElement::getAttributeNode() uses native union types but they're supported only on PHP 8.0 and later.
|
PHPStan
Process completed with exit code 1.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "transformed-src".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading