From f5a8bda1bad42e2ecc0e5601171a5f0967de65fa Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 14 May 2024 09:33:58 +0200 Subject: [PATCH] Update core/ResponseDefinitions.php Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Marcel Klehr --- core/ResponseDefinitions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ResponseDefinitions.php b/core/ResponseDefinitions.php index 98227d22edb..23d89b25adf 100644 --- a/core/ResponseDefinitions.php +++ b/core/ResponseDefinitions.php @@ -198,7 +198,7 @@ namespace OCA\Core; * userId: ?string, * appId: string, * input: array|string|list>, - * output: ?array|string|list>, + * output: null|array|string|list>, * customId: ?string, * completionExpectedAt: ?int, * progress: ?float -- 2.39.5