Skip to content

Added PHP8.4 Support #546

Added PHP8.4 Support

Added PHP8.4 Support #546

Triggered via pull request December 5, 2024 10:56
Status Failure
Total duration 1m 15s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
8s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 15 warnings
ci / QA Checks (PHPUnit [8.3, lowest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...
'/github/workspace/vendor/composer/tmp-f7ae82ce662b200758be48fef0ed729d.zip' is not a zip archive.
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)
ci / Generate job matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636