4268: API Platform v4 #80
pr.yaml
on: pull_request
API test
1m 7s
Coding standards YAML
8s
Matrix: API Specification validation
Matrix: psalm
Annotations
6 errors and 1 warning
|
Psalm static analysis (8.3)
Process completed with exit code 2.
|
|
UnusedBaselineEntry:
src/Service/ElasticSearch/ElasticSearchIndex.php#L0
src/Service/ElasticSearch/ElasticSearchIndex.php:0:0: UnusedBaselineEntry: Baseline for issue "InvalidArgument" has 1 extra entry. (see https://psalm.dev/316)
|
|
InvalidArgument:
src/Service/ElasticSearch/ElasticSearchIndex.php#L28
src/Service/ElasticSearch/ElasticSearchIndex.php:28:55: InvalidArgument: Argument 1 of Elastic\Elasticsearch\Endpoints\Indices::get expects array{allow_no_indices: bool, error_trace: bool, expand_wildcards: Elastic\Elasticsearch\Endpoints\enum, features: Elastic\Elasticsearch\Endpoints\enum, filter_path: list<mixed>, flat_settings: bool, human: bool, ignore_unavailable: bool, include_defaults: bool, index: list<mixed>, local: bool, master_timeout: Elastic\Elasticsearch\Endpoints\time, pretty: bool, source: string}, but array{index: string} provided (see https://psalm.dev/004)
|
|
InvalidArgument:
src/Fixtures/FixtureLoader.php#L170
src/Fixtures/FixtureLoader.php:170:46: InvalidArgument: Argument 1 of Elastic\Elasticsearch\Endpoints\Indices::delete expects array{allow_no_indices: bool, error_trace: bool, expand_wildcards: Elastic\Elasticsearch\Endpoints\enum, filter_path: list<mixed>, human: bool, ignore_unavailable: bool, index: list<mixed>, master_timeout: Elastic\Elasticsearch\Endpoints\time, pretty: bool, source: string, timeout: Elastic\Elasticsearch\Endpoints\time}, but array{index: string} provided (see https://psalm.dev/004)
|
|
UndefinedClass:
src/Fixtures/FixtureLoader.php#L82
src/Fixtures/FixtureLoader.php:82:23: UndefinedClass: Class, interface or enum named HttpException does not exist (see https://psalm.dev/019)
|
|
UndefinedClass:
src/Fixtures/FixtureLoader.php#L73
src/Fixtures/FixtureLoader.php:73:27: UndefinedClass: Class, interface or enum named HttpException does not exist (see https://psalm.dev/019)
|
|
Psalm static analysis (8.3)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|