Update dependency psalm/plugin-phpunit to ^0.19.0 #941
continuous-integration.yml
on: push
ci
/
Generate job matrix
11s
Matrix: ci / QA Checks
Annotations
6 errors
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/v3/migration.md#L955
Unordered list indentation [Expected: 4; Actual: 2]
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/v3/migration.md#L957
Unordered list indentation [Expected: 4; Actual: 2]
|
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)
|