Lock file maintenance #564
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
9s
Matrix: ci / QA Checks
Annotations
10 errors
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#L120
src/Pattern/PatternOptions.php:120: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<mixed, mixed>|null provided (see https://psalm.dev/194)
|
MixedArgumentTypeCoercion:
src/Storage/Adapter/AbstractAdapter.php#L115
src/Storage/Adapter/AbstractAdapter.php:115:47: MixedArgumentTypeCoercion: Argument 1 of Laminas\Cache\Storage\Adapter\AdapterOptions::__construct expects Laminas\Stdlib\AbstractOptions<mixed>|iterable<string, mixed>|null, but parent type (TOptions:Laminas\Cache\Storage\Adapter\AbstractAdapter as Laminas\Cache\Storage\Adapter\AdapterOptions)|iterable<mixed, mixed> provided (see https://psalm.dev/194)
|
MissingTemplateParam:
src/Storage/Adapter/AdapterOptions.php#L32
src/Storage/Adapter/AdapterOptions.php:32:7: MissingTemplateParam: Laminas\Cache\Storage\Adapter\AdapterOptions has missing template params when extending Laminas\Stdlib\AbstractOptions, expecting 1 (see https://psalm.dev/182)
|
LessSpecificImplementedReturnType:
src/Storage/Adapter/AdapterOptions.php#L248
src/Storage/Adapter/AdapterOptions.php:248:16: LessSpecificImplementedReturnType: The inherited return type 'array<string, mixed>' for Laminas\Stdlib\AbstractOptions::toArray is more specific than the implemented return type for Laminas\Cache\Storage\Adapter\AdapterOptions::toarray 'array<array-key, mixed>' (see https://psalm.dev/166)
|
PossiblyInvalidArgument:
src/Storage/Adapter/AdapterOptions.php#L308
src/Storage/Adapter/AdapterOptions.php:308:30: PossiblyInvalidArgument: Argument 1 of Laminas\Stdlib\AbstractOptions::setFromArray expects Laminas\Stdlib\AbstractOptions<mixed>|iterable<string, mixed>, but possibly different type Laminas\Stdlib\AbstractOptions|array<array-key, mixed|null>|iterable<mixed, mixed> provided (see https://psalm.dev/092)
|
MissingTemplateParam:
src/Storage/Plugin/PluginOptions.php#L13
src/Storage/Plugin/PluginOptions.php:13:7: MissingTemplateParam: Laminas\Cache\Storage\Plugin\PluginOptions has missing template params when extending Laminas\Stdlib\AbstractOptions, expecting 1 (see https://psalm.dev/182)
|
DeprecatedClass:
src/Storage/Plugin/PluginOptions.php#L176
src/Storage/Plugin/PluginOptions.php:176:38: DeprecatedClass: Laminas\Serializer\Serializer is marked deprecated (see https://psalm.dev/098)
|
DeprecatedClass:
src/Storage/Plugin/PluginOptions.php#L180
src/Storage/Plugin/PluginOptions.php:180:38: DeprecatedClass: Laminas\Serializer\Serializer is marked deprecated (see https://psalm.dev/098)
|
PossiblyInvalidArgument:
src/Storage/PluginManager.php#L68
src/Storage/PluginManager.php:68:51: 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)
|