Let's find broken test #216
Annotations
10 errors
PossiblyUndefinedMethod:
src/Psalm/Config.php#L742
src/Psalm/Config.php:742:27: PossiblyUndefinedMethod: Method DOMNode::hasAttribute does not exist (see https://psalm.dev/108)
|
PossiblyUndefinedMethod:
src/Psalm/Config.php#L743
src/Psalm/Config.php:743:26: PossiblyUndefinedMethod: Method DOMNode::setAttribute does not exist (see https://psalm.dev/108)
|
PossiblyNullIterator:
src/Psalm/Config.php#L865
src/Psalm/Config.php:865:18: PossiblyNullIterator: Cannot iterate over nullable var DOMNamedNodeMap|null (see https://psalm.dev/097)
|
MixedAssignment:
src/Psalm/Config.php#L865
src/Psalm/Config.php:865:33: MixedAssignment: Unable to determine the type that $attribute is being assigned to (see https://psalm.dev/032)
|
MixedPropertyFetch:
src/Psalm/Config.php#L866
src/Psalm/Config.php:866:26: MixedPropertyFetch: Cannot fetch property on mixed var $attribute (see https://psalm.dev/034)
|
MixedArgument:
src/Psalm/Config.php#L867
src/Psalm/Config.php:867:50: MixedArgument: Argument 1 of Psalm\Config::processDeprecatedAttribute cannot be mixed, expecting DOMAttr (see https://psalm.dev/030)
|
ArgumentTypeCoercion:
src/Psalm/Config.php#L878
src/Psalm/Config.php:878:48: ArgumentTypeCoercion: Argument 1 of Psalm\Config::processDeprecatedElement expects DOMElement, but parent type (TNode:DOMNodeList as DOMNode)|null provided (see https://psalm.dev/193)
|
PossiblyNullArgument:
src/Psalm/Config/Creator.php#L243
src/Psalm/Config/Creator.php:243:13: PossiblyNullArgument: Argument 1 of array_merge cannot be null, possibly null value provided (see https://psalm.dev/078)
|
PossiblyNullArgument:
src/Psalm/Config/Creator.php#L244
src/Psalm/Config/Creator.php:244:13: PossiblyNullArgument: Argument 2 of array_merge cannot be null, possibly null value provided (see https://psalm.dev/078)
|
InvalidReturnType:
src/Psalm/ErrorBaseline.php#L74
src/Psalm/ErrorBaseline.php:74:16: InvalidReturnType: The declared return type 'array<string, array<string, array{o: int, s: list<string>}>>' for Psalm\ErrorBaseline::read is incorrect, got 'array<array<array-key, string>|string, array<string, array{o: 0|1|2, s: list{0?: string, ...<string>}}>>' (see https://psalm.dev/011)
|