Skip to content

Agency

Agency #255

Triggered via pull request December 20, 2024 12:07
Status Failure
Total duration 1m 5s
Artifacts

psalm.yml

on: pull_request
Psalm check
32s
Psalm check
Fit to window
Zoom out
Zoom in

Annotations

5 errors
TooManyArguments: lib/Controller/ChattyLLMController.php#L656
lib/Controller/ChattyLLMController.php:656:11: TooManyArguments: Too many arguments for OCP\TaskProcessing\Task::__construct - expecting 0 but saw 5 (see https://psalm.dev/026)
TooManyArguments: lib/Controller/ChattyLLMController.php#L682
lib/Controller/ChattyLLMController.php:682:11: TooManyArguments: Too many arguments for OCP\TaskProcessing\Task::__construct - expecting 0 but saw 5 (see https://psalm.dev/026)
UndefinedClass: lib/Controller/ChattyLLMController.php#L683
lib/Controller/ChattyLLMController.php:683:4: UndefinedClass: Class, interface or enum named OCP\TaskProcessing\TaskTypes\ContextAgentInteraction does not exist (see https://psalm.dev/019)
UnusedBaselineEntry: lib/Controller/ChattyLLMController.php#L1
lib/Controller/ChattyLLMController.php:0:0: UnusedBaselineEntry: Baseline for issue "TooManyArguments" has 1 extra entry. (see https://psalm.dev/316)
Psalm check
Process completed with exit code 2.