Update dependency psalm/plugin-phpunit to ^0.19.0 #160
continuous-integration.yml
on: pull_request
Generate job matrix
12s
Matrix: QA Checks
Annotations
4 errors
MixedReturnStatement:
test/unit/MemcachedResourceManagerTest.php#L50
test/unit/MemcachedResourceManagerTest.php:50: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/unit/MemcachedTest.php#L131
test/unit/MemcachedTest.php:131:46: 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/unit/MemcachedResourceManagerTest.php#L1
test/unit/MemcachedResourceManagerTest.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedInferredReturnType" has 1 extra entry. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
test/unit/MemcachedTest.php#L1
test/unit/MemcachedTest.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedInferredReturnType" has 1 extra entry. (see https://psalm.dev/316)
|