Update dependency psalm/plugin-phpunit to ^0.19.0 - autoclosed #617
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
7s
Matrix: ci / QA Checks
Annotations
9 errors
MixedReturnStatement:
test/Psr/SimpleCache/SimpleCacheDecoratorTest.php#L138
test/Psr/SimpleCache/SimpleCacheDecoratorTest.php:138:16: MixedReturnStatement: Providers must return iterable<array-key, array<array-key, mixed>>, possibly different array<array-key, mixed> provided (see https://psalm.dev/138)
|
MixedReturnStatement:
test/Psr/SimpleCache/SimpleCacheDecoratorTest.php#L158
test/Psr/SimpleCache/SimpleCacheDecoratorTest.php:158:16: MixedReturnStatement: Providers must return iterable<array-key, array<array-key, mixed>>, possibly different array<array-key, mixed> provided (see https://psalm.dev/138)
|
MixedReturnStatement:
test/Psr/SimpleCache/SimpleCacheDecoratorTest.php#L175
test/Psr/SimpleCache/SimpleCacheDecoratorTest.php:175:16: MixedReturnStatement: Providers must return iterable<array-key, array<array-key, mixed>>, possibly different array<array-key, mixed> provided (see https://psalm.dev/138)
|
MixedReturnStatement:
test/Service/DeprecatedSchemaDetectorTest.php#L21
test/Service/DeprecatedSchemaDetectorTest.php:21:57: MixedReturnStatement: Providers must return iterable<array-key, array<array-key, mixed>>, possibly different Generator provided (see https://psalm.dev/138)
|
MixedReturnStatement:
test/Service/DeprecatedSchemaDetectorTest.php#L53
test/Service/DeprecatedSchemaDetectorTest.php:53:62: MixedReturnStatement: Providers must return iterable<array-key, array<array-key, mixed>>, possibly different Generator provided (see https://psalm.dev/138)
|
MixedReturnStatement:
test/Storage/Adapter/AbstractAdapterTest.php#L370
test/Storage/Adapter/AbstractAdapterTest.php:370:61: MixedReturnStatement: Providers must return iterable<array-key, array<array-key, mixed>>, possibly different array<array-key, mixed> provided (see https://psalm.dev/138)
|
UnusedBaselineEntry:
test/Psr/SimpleCache/SimpleCacheDecoratorTest.php#L1
test/Psr/SimpleCache/SimpleCacheDecoratorTest.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedInferredReturnType" has 3 extra entries. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
test/Service/DeprecatedSchemaDetectorTest.php#L1
test/Service/DeprecatedSchemaDetectorTest.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedInferredReturnType" has 2 extra entries. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
test/Storage/Adapter/AbstractAdapterTest.php#L1
test/Storage/Adapter/AbstractAdapterTest.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedInferredReturnType" has 1 extra entry. (see https://psalm.dev/316)
|