Lock file maintenance and updated AdapterOptions
template types
#253
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
9s
Matrix: ci / QA Checks
Annotations
4 errors
MixedArgumentTypeCoercion:
src/Adapter/AbstractAdapter.php#L24
src/Adapter/AbstractAdapter.php:24:43: MixedArgumentTypeCoercion: Argument 1 of Laminas\Serializer\Adapter\AdapterOptions::__construct expects Laminas\Stdlib\AbstractOptions<mixed>|iterable<string, mixed>|null, but parent type iterable<mixed, mixed> provided (see https://psalm.dev/194)
|
MissingTemplateParam:
src/Adapter/AdapterOptions.php#L9
src/Adapter/AdapterOptions.php:9:7: MissingTemplateParam: Laminas\Serializer\Adapter\AdapterOptions has missing template params when extending Laminas\Stdlib\AbstractOptions, expecting 1 (see https://psalm.dev/182)
|
MixedArgumentTypeCoercion:
src/Adapter/Json.php#L24
src/Adapter/Json.php:24:40: MixedArgumentTypeCoercion: Argument 1 of Laminas\Serializer\Adapter\JsonOptions::__construct expects Laminas\Stdlib\AbstractOptions<mixed>|iterable<string, mixed>|null, but parent type iterable<mixed, mixed> provided (see https://psalm.dev/194)
|
MixedArgumentTypeCoercion:
src/Adapter/PhpSerialize.php#L47
src/Adapter/PhpSerialize.php:47:48: MixedArgumentTypeCoercion: Argument 1 of Laminas\Serializer\Adapter\PhpSerializeOptions::__construct expects Laminas\Stdlib\AbstractOptions<mixed>|iterable<string, mixed>|null, but parent type iterable<mixed, mixed> provided (see https://psalm.dev/194)
|