]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update lib/private/TextProcessing/Manager.php
authorMarcel Klehr <mklehr@gmx.net>
Wed, 8 Nov 2023 16:00:48 +0000 (17:00 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2023 16:00:48 +0000 (17:00 +0100)
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
lib/private/TextProcessing/Manager.php

index d1225b0f12fca6633cf25d917a861fb15e3ece31..d6633568553fb1735b31a2b24980c039a671483e 100644 (file)
@@ -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');
                }