Skip to content

fix(TaskProcessingService): Custom task type i/o shapes were broken #1628

fix(TaskProcessingService): Custom task type i/o shapes were broken

fix(TaskProcessingService): Custom task type i/o shapes were broken #1628

Triggered via pull request December 3, 2024 11:05
Status Failure
Total duration 4m 32s
Artifacts

lint.yml

on: pull_request
Matrix: php-cs
Matrix: php-lint
Matrix: php-psalm-analysis
info.xml lint
7s
info.xml lint
security analysis
21s
security analysis
eslint
20s
eslint
stylelint
18s
stylelint
Lint-OK
0s
Lint-OK
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
php-cs (8.1)
Process completed with exit code 1.
php-lint (8.1)
Process completed with exit code 124.
UndefinedClass: lib/Controller/TaskProcessingController.php#L25
lib/Controller/TaskProcessingController.php:25:3: UndefinedClass: Class, interface or enum named OCA\AppAPI\Service\ProvidersAI\TaskProcessingService does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Controller/TaskProcessingController.php#L43
lib/Controller/TaskProcessingController.php:43:18: UndefinedClass: Class, interface or enum named OCA\AppAPI\Service\ProvidersAI\TaskProcessingService does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Controller/TaskProcessingController.php#L64
lib/Controller/TaskProcessingController.php:64:19: UndefinedClass: Class, interface or enum named OCA\AppAPI\Service\ProvidersAI\TaskProcessingService does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Controller/TaskProcessingController.php#L82
lib/Controller/TaskProcessingController.php:82:13: UndefinedClass: Class, interface or enum named OCA\AppAPI\Service\ProvidersAI\TaskProcessingService does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Service/ExAppService.php#L53
lib/Service/ExAppService.php:53:3: UndefinedClass: Class, interface or enum named OCA\AppAPI\Service\ProvidersAI\TaskProcessingService does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Service/ExAppService.php#L121
lib/Service/ExAppService.php:121:3: UndefinedClass: Class, interface or enum named OCA\AppAPI\Service\ProvidersAI\TaskProcessingService does not exist (see https://psalm.dev/019)
ParseError: lib/Service/ProvidersAI/TaskProcessingService.php#L384
lib/Service/ProvidersAI/TaskProcessingService.php:384:108: ParseError: Syntax error, unexpected T_DOUBLE_ARROW, expecting '{' on line 384 (see https://psalm.dev/173)
ParseError: lib/Service/ProvidersAI/TaskProcessingService.php#L391
lib/Service/ProvidersAI/TaskProcessingService.php:391:6: ParseError: Syntax error, unexpected ',' on line 391 (see https://psalm.dev/173)
ParseError: lib/Service/ProvidersAI/TaskProcessingService.php#L395
lib/Service/ProvidersAI/TaskProcessingService.php:395:110: ParseError: Syntax error, unexpected T_DOUBLE_ARROW, expecting '{' on line 395 (see https://psalm.dev/173)
ParseError: lib/Service/ProvidersAI/TaskProcessingService.php#L402
lib/Service/ProvidersAI/TaskProcessingService.php:402:6: ParseError: Syntax error, unexpected ',' on line 402 (see https://psalm.dev/173)
security analysis
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/