Skip to content

Lock file maintenance #532

Lock file maintenance

Lock file maintenance #532

Triggered via push September 4, 2024 07:40
Status Failure
Total duration 2m 21s
Artifacts
ci  /  Generate job matrix
5s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
RiskyTruthyFalsyComparison: src/Address.php#L45
src/Address.php:45:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
TypeDoesNotContainType: src/AddressList.php#L91
src/AddressList.php:91:21: TypeDoesNotContainType: Type never for $key is never object (see https://psalm.dev/056)
MixedArgument: src/AddressList.php#L91
src/AddressList.php:91:21: MixedArgument: Argument 2 of sprintf cannot be mixed|string, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
RedundantCondition: src/AddressList.php#L91
src/AddressList.php:91:53: RedundantCondition: Type never for $key is never object (see https://psalm.dev/122)
MixedArgument: src/Header/AbstractAddressList.php#L105
src/Header/AbstractAddressList.php:105:61: MixedArgument: Argument 1 of Laminas\Mail\Header\HeaderWrap::mimeDecodeValue cannot be mixed, expecting string (see https://psalm.dev/030)
RiskyTruthyFalsyComparison: src/Header/AbstractAddressList.php#L121
src/Header/AbstractAddressList.php:121:24: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Header/AbstractAddressList.php#L192
src/Header/AbstractAddressList.php:192:19: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Header/AbstractAddressList.php#L201
src/Header/AbstractAddressList.php:201:23: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Header/AbstractAddressList.php#L212
src/Header/AbstractAddressList.php:212:17: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Header/ContentDisposition.php#L74
src/Header/ContentDisposition.php:74:21: RiskyTruthyFalsyComparison: Operand of type false|int<0, max> contains type int<0, max>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)