Update dependency psalm/plugin-phpunit to ^0.19.0 - autoclosed #942
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
9s
Matrix: ci / QA Checks
Annotations
4 errors
MixedReturnStatement:
test/AbstractPluginManagerTest.php#L98
test/AbstractPluginManagerTest.php:98:54: 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/ServiceManagerTest.php#L121
test/ServiceManagerTest.php:121:45: 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/AbstractPluginManagerTest.php#L1
test/AbstractPluginManagerTest.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedInferredReturnType" has 1 extra entry. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
test/ServiceManagerTest.php#L1
test/ServiceManagerTest.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedInferredReturnType" has 1 extra entry. (see https://psalm.dev/316)
|