Skip to content

WIP: Added data model #13

WIP: Added data model

WIP: Added data model #13

Triggered via pull request September 10, 2024 10:41
@cablemancableman
synchronize #2
feature/data
Status Failure
Total duration 1m 6s
Artifacts

pr.yaml

on: pull_request
Markdown Lint
7s
Markdown Lint
Changelog should be updated
3s
Changelog should be updated
Matrix: php-cs-fixer
Matrix: psalm
Matrix: test-composer-install
Matrix: test-suite
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 7 warnings
PHP Coding Standards Fixer (PHP 8.3)
Process completed with exit code 8.
Test suite (8.3)
Process completed with exit code 255.
InvalidDocblock: src/Service/ApiClient.php#L46
src/Service/ApiClient.php:46:9: InvalidDocblock: Misplaced variable (see https://psalm.dev/008)
MissingDocblockType: src/Service/ApiClient.php#L46
src/Service/ApiClient.php:46:28: MissingDocblockType: Misplaced variable (see https://psalm.dev/110)
PossiblyInvalidArrayAccess: src/Service/ApiClient.php#L99
src/Service/ApiClient.php:99:40: PossiblyInvalidArrayAccess: Cannot access array value on non-array variable $error of type int (see https://psalm.dev/109)
InvalidArrayOffset: src/Service/ApiClient.php#L99
src/Service/ApiClient.php:99:40: InvalidArrayOffset: Cannot access value on variable $error using offset value of 'warnings', expecting int (see https://psalm.dev/115)
InvalidArgument: src/Service/ApiClient.php#L99
src/Service/ApiClient.php:99:40: InvalidArgument: Argument 1 of reset expects array<array-key, mixed>, but string provided (see https://psalm.dev/004)
Psalm static analysis (8.3)
Process completed with exit code 2.
Markdown Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Markdown Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Markdown Lint
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/
PHP Coding Standards Fixer (PHP 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/
Validate composer (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/
Test suite (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/
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/