Skip to content

Update dependency vimeo/psalm to v5 #129

Update dependency vimeo/psalm to v5

Update dependency vimeo/psalm to v5 #129

Triggered via push March 16, 2023 06:59
Status Failure
Total duration 1m 18s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
ci  /  Generate job matrix
7s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
DocblockTypeContradiction: src/Listener/ListenerOptions.php#L70
src/Listener/ListenerOptions.php:70:13: DocblockTypeContradiction: Docblock-defined type Traversable<array-key|mixed, mixed> for Traversable<array-key|mixed, mixed> is always Traversable (see https://psalm.dev/155)
DocblockTypeContradiction: src/Listener/ListenerOptions.php#L116
src/Listener/ListenerOptions.php:116:13: DocblockTypeContradiction: Docblock-defined type Traversable<array-key|mixed, mixed> for Traversable<array-key|mixed, mixed> is always Traversable (see https://psalm.dev/155)
DocblockTypeContradiction: src/Listener/ListenerOptions.php#L142
src/Listener/ListenerOptions.php:142:13: DocblockTypeContradiction: Docblock-defined type Traversable<array-key|mixed, mixed> for Traversable<array-key|mixed, mixed> is always Traversable (see https://psalm.dev/155)
DocblockTypeContradiction: src/Listener/ListenerOptions.php#L179
src/Listener/ListenerOptions.php:179:13: DocblockTypeContradiction: Docblock-defined type Traversable<array-key|mixed, mixed> for Traversable<array-key|mixed, mixed> is always Traversable (see https://psalm.dev/155)
MixedArrayAssignment: src/Listener/ServiceListener.php#L165
src/Listener/ServiceListener.php:165:13: MixedArrayAssignment: Cannot access array value on mixed variable $this->serviceManagers[$key]['configuration'][$fullname] (see https://psalm.dev/117)
TypeDoesNotContainType: src/Listener/ServiceListener.php#L256
src/Listener/ServiceListener.php:256:56: TypeDoesNotContainType: Type never for $config is never scalar (see https://psalm.dev/056)
RedundantCondition: src/Listener/ServiceListener.php#L256
src/Listener/ServiceListener.php:256:87: RedundantCondition: Type never for $config is never scalar (see https://psalm.dev/122)
MixedArrayAssignment: src/Listener/ServiceListener.php#L289
src/Listener/ServiceListener.php:289:13: MixedArrayAssignment: Cannot access array value on mixed variable $this->serviceManagers[$key]['configuration']['merged_config'] (see https://psalm.dev/117)
InvalidCast: test/Listener/ServiceListenerTest.php#L129
test/Listener/ServiceListenerTest.php:129:50: InvalidCast: key-of<array<array-key, mixed>> cannot be cast to string (see https://psalm.dev/103)
MixedArgumentTypeCoercion: test/Listener/ServiceListenerTest.php#L132
test/Listener/ServiceListenerTest.php:132:33: MixedArgumentTypeCoercion: Argument 2 of sprintf expects float|int|string, but parent type key-of<array<array-key, mixed>> provided (see https://psalm.dev/194)