Skip to content

WIP: Added data model #17

WIP: Added data model

WIP: Added data model #17

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

pr.yaml

on: pull_request
Markdown Lint
11s
Markdown Lint
Changelog should be updated
4s
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

11 errors and 7 warnings
Test suite (8.3)
Process completed with exit code 255.
InvalidScalarArgument: src/Command/ApiApplicationCommand.php#L36
src/Command/ApiApplicationCommand.php:36:49: InvalidScalarArgument: Argument 1 of App\Service\ApiClient::getApplication expects int, but string provided (see https://psalm.dev/012)
InvalidConsoleArgumentValue: src/Command/ApiDeviceCommand.php#L27
src/Command/ApiDeviceCommand.php:27:34: InvalidConsoleArgumentValue: Use Symfony\Component\Console\Input\InputArgument constants
InvalidScalarArgument: src/Command/ApiDeviceCommand.php#L27
src/Command/ApiDeviceCommand.php:27:40: InvalidScalarArgument: Argument 3 of App\Command\ApiDeviceCommand::addArgument expects string, but 1 provided (see https://psalm.dev/012)
InvalidScalarArgument: src/Command/ApiDeviceCommand.php#L35
src/Command/ApiDeviceCommand.php:35:47: InvalidScalarArgument: Argument 1 of App\Service\ApiClient::getDevice expects int, but string provided (see https://psalm.dev/012)
InvalidDocblock: src/Service/ApiParser.php#L49
src/Service/ApiParser.php:49:9: InvalidDocblock: Misplaced variable (see https://psalm.dev/008)
MissingDocblockType: src/Service/ApiParser.php#L49
src/Service/ApiParser.php:49:28: MissingDocblockType: Misplaced variable (see https://psalm.dev/110)
InvalidArgument: src/Service/ApiParser.php#L177
src/Service/ApiParser.php:177:91: InvalidArgument: Argument 3 of App\Exception\ParsingExecption::__construct expects Throwable|null, but string provided (see https://psalm.dev/004)
ArgumentTypeCoercion: src/Service/ApiParser.php#L278
src/Service/ApiParser.php:278:84: ArgumentTypeCoercion: Argument 1 of DateTimeZone::__construct expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/Service/ApiParser.php#L281
src/Service/ApiParser.php:281:104: ArgumentTypeCoercion: Argument 1 of DateTimeZone::__construct expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/Service/ApiParser.php#L298
src/Service/ApiParser.php:298:53: ArgumentTypeCoercion: Argument 1 of DateTimeZone::__construct expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
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/
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/
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/