aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TextProcessing/Manager.php
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-11-08 17:00:48 +0100
committerGitHub <noreply@github.com>2023-11-08 17:00:48 +0100
commit12c558f20ad27237f4650aca53056ae7e263e459 (patch)
tree6df27ec94470436275b9cdecc28c3ff34824e388 /lib/private/TextProcessing/Manager.php
parent8c0c426538c4c811c0b0be4eba220a1409cd052e (diff)
downloadnextcloud-server-12c558f20ad27237f4650aca53056ae7e263e459.tar.gz
nextcloud-server-12c558f20ad27237f4650aca53056ae7e263e459.zip
Update lib/private/TextProcessing/Manager.php
Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'lib/private/TextProcessing/Manager.php')
-rw-r--r--lib/private/TextProcessing/Manager.php2
1 files changed, 1 insertions, 1 deletions
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');
}