From 8ccb29ae3b071f59d35f7fdc705ae0a3d2a07ea9 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 6 May 2024 11:01:23 +0200 Subject: [PATCH] fix: psalm issues Signed-off-by: Marcel Klehr --- core/Controller/TaskProcessingApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Controller/TaskProcessingApiController.php b/core/Controller/TaskProcessingApiController.php index de452c30aaa..a32b11451b3 100644 --- a/core/Controller/TaskProcessingApiController.php +++ b/core/Controller/TaskProcessingApiController.php @@ -104,7 +104,7 @@ class TaskProcessingApiController extends \OCP\AppFramework\OCSController { * @param string $appId ID of the app that will execute the task * @param string $identifier An arbitrary identifier for the task * - * @return DataResponse|DataResponse + * @return DataResponse|DataResponse * * 200: Task scheduled successfully * 400: Scheduling task is not possible