diff --git a/core/Controller/LanguageModelApiController.php b/core/Controller/LanguageModelApiController.php index a01fe268ab24d..d82d8d0c8b3a3 100644 --- a/core/Controller/LanguageModelApiController.php +++ b/core/Controller/LanguageModelApiController.php @@ -53,7 +53,7 @@ public function __construct( * This endpoint returns all available LanguageModel task types * * @PublicPage - * @return DataResponse + * @return DataResponse * * 200: Task types returned */ @@ -73,7 +73,7 @@ public function taskTypes(): DataResponse { * @param string $type The task type * @param string $appId The originating app ID * @param string $identifier An identifier to identify this task - * @return DataResponse|DataResponse + * @return DataResponse | DataResponse * * 200: Task scheduled * 400: Task type does not exist @@ -102,7 +102,7 @@ public function schedule(string $input, string $type, string $appId, string $ide * * @PublicPage * @param int $id The id of the task - * @return DataResponse|DataResponse + * @return DataResponse | DataResponse * * 200: Task returned * 404: Task not found