Skip to content

PHP 8.4 support added #32

PHP 8.4 support added

PHP 8.4 support added #32

Triggered via pull request December 5, 2024 12:57
Status Failure
Total duration 1m 9s
Artifacts

continuous-integration.yml

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

Annotations

3 errors and 13 warnings
RiskyTruthyFalsyComparison: src/StorageFactory.php#L232
src/StorageFactory.php:232:13: RiskyTruthyFalsyComparison: Operand of type Laminas\Cache\Storage\Adapter\AdapterOptions|array<array-key, mixed> contains type array<array-key, mixed>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/StorageFactory.php#L311
src/StorageFactory.php:311:13: RiskyTruthyFalsyComparison: Operand of type Laminas\Cache\Storage\Plugin\PluginOptions|array<array-key, mixed> contains type array<array-key, mixed>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
PossiblyInvalidArgument: src/StorageFactory.php#L313
src/StorageFactory.php:313:46: PossiblyInvalidArgument: Argument 1 of Laminas\Cache\Storage\Plugin\PluginOptions::__construct expects Laminas\Stdlib\AbstractOptions<mixed>|iterable<string, mixed>|null, but possibly different type non-empty-array<array-key, mixed> provided (see https://psalm.dev/092)
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