Skip to content

Lock file maintenance and updated AdapterOptions template types #255

Lock file maintenance and updated AdapterOptions template types

Lock file maintenance and updated AdapterOptions template types #255

Triggered via pull request April 23, 2024 22:30
Status Failure
Total duration 2m 17s
Artifacts

continuous-integration.yml

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

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)