mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
LLM OCP API: Fix psalm error
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
f6f8cb4331
commit
62b19e0675
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ abstract class AbstractLanguageModelTask implements ILanguageModelTask {
|
|||
}
|
||||
|
||||
/**
|
||||
* @return int
|
||||
* @return ILanguageModelTask::STATUS_*
|
||||
* @since 28.0.0
|
||||
*/
|
||||
final public function getStatus(): int {
|
||||
|
|
@ -85,7 +85,7 @@ abstract class AbstractLanguageModelTask implements ILanguageModelTask {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param int $status
|
||||
* @psalm-param ILanguageModelTask::STATUS_* $status
|
||||
* @since 28.0.0
|
||||
*/
|
||||
final public function setStatus(int $status): void {
|
||||
|
|
|
|||
Loading…
Reference in a new issue