Skip to content

4268: API Platform v4 #80

4268: API Platform v4

4268: API Platform v4 #80

Triggered via pull request June 4, 2025 12:20
Status Failure
Total duration 1m 12s
Artifacts

pr.yaml

on: pull_request
API test
1m 7s
API test
Coding standards YAML
8s
Coding standards YAML
Matrix: API Specification validation
Matrix: psalm
Fit to window
Zoom out
Zoom in

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/