Skip to content

Lock file maintenance #534

Lock file maintenance

Lock file maintenance #534

Triggered via pull request January 19, 2024 20:44
Status Failure
Total duration 1m 42s
Artifacts

continuous-integration.yml

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

Annotations

10 errors
RiskyTruthyFalsyComparison: src/Pattern/CaptureCache.php#L272
src/Pattern/CaptureCache.php:272:13: RiskyTruthyFalsyComparison: Operand of type false|int contains type int, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
NoValue: src/Pattern/CaptureCache.php#L329
src/Pattern/CaptureCache.php:329:55: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
NoValue: src/Pattern/CaptureCache.php#L330
src/Pattern/CaptureCache.php:330:31: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
MissingTemplateParam: src/Pattern/PatternOptions.php#L28
src/Pattern/PatternOptions.php:28:7: MissingTemplateParam: Laminas\Cache\Pattern\PatternOptions has missing template params when extending Laminas\Stdlib\AbstractOptions, expecting 1 (see https://psalm.dev/182)
MixedArgumentTypeCoercion: src/Pattern/PatternOptions.php#L149
src/Pattern/PatternOptions.php:149:29: MixedArgumentTypeCoercion: Argument 1 of Laminas\Stdlib\AbstractOptions::__construct expects (Laminas\Stdlib\AbstractOptions<TValue:Laminas\Stdlib\AbstractOptions as mixed>)|(iterable<string, TValue:Laminas\Stdlib\AbstractOptions as mixed>)|null, but parent type iterable<array-key|mixed, mixed>|null provided (see https://psalm.dev/194)
RiskyTruthyFalsyComparison: src/Pattern/PatternOptions.php#L272
src/Pattern/PatternOptions.php:272:17: RiskyTruthyFalsyComparison: Operand of type float|int contains types float|int, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Pattern/PatternOptions.php#L354
src/Pattern/PatternOptions.php:354:17: RiskyTruthyFalsyComparison: Operand of type float|int contains types float|int, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Storage/Adapter/AbstractAdapter.php#L81
src/Storage/Adapter/AbstractAdapter.php:81:13: RiskyTruthyFalsyComparison: Operand of type Laminas\Cache\Storage\Adapter\AdapterOptions|iterable<array-key|mixed, mixed>|null contains type iterable<array-key|mixed, mixed>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
MixedArgumentTypeCoercion: src/Storage/Adapter/AbstractAdapter.php#L122
src/Storage/Adapter/AbstractAdapter.php:122:47: MixedArgumentTypeCoercion: Argument 1 of Laminas\Cache\Storage\Adapter\AdapterOptions::__construct expects Laminas\Stdlib\AbstractOptions<mixed>|iterable<string, mixed>|null, but parent type iterable<array-key|mixed, mixed> provided (see https://psalm.dev/194)
InvalidArgument: src/Storage/Adapter/AbstractAdapter.php#L344
src/Storage/Adapter/AbstractAdapter.php:344:56: InvalidArgument: Argument 2 of Laminas\Cache\Storage\Adapter\AbstractAdapter::triggerPre expects ArrayObject<array-key, mixed>, but ArrayObject<'key', string> provided (see https://psalm.dev/004)