From: Marcel Klehr Date: Wed, 8 Nov 2023 16:00:48 +0000 (+0100) Subject: Update lib/private/TextProcessing/Manager.php X-Git-Tag: v28.0.0beta3~31^2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=12c558f20ad27237f4650aca53056ae7e263e459;p=nextcloud-server.git Update lib/private/TextProcessing/Manager.php Co-authored-by: Julien Veyssier Signed-off-by: Marcel Klehr --- diff --git a/lib/private/TextProcessing/Manager.php b/lib/private/TextProcessing/Manager.php index d1225b0f12f..d6633568553 100644 --- a/lib/private/TextProcessing/Manager.php +++ b/lib/private/TextProcessing/Manager.php @@ -175,7 +175,7 @@ class Manager implements IManager { /** * @inheritDoc */ - public function runOrScheduleTask(OCPTask $task) : bool { + public function runOrScheduleTask(OCPTask $task): bool { if (!$this->canHandleTask($task)) { throw new PreConditionNotMetException('No LanguageModel provider is installed that can handle this task'); }