diff options
author | Marcel Klehr <mklehr@gmx.net> | 2024-05-14 09:33:58 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2024-05-14 11:38:42 +0200 |
commit | f5a8bda1bad42e2ecc0e5601171a5f0967de65fa (patch) | |
tree | 1e02b6632964bdfb2ed2a9c5c6c19eb3352831be /core | |
parent | 8d063386d21fb41f9efba11d35c35dd8edde1c19 (diff) | |
download | nextcloud-server-f5a8bda1bad42e2ecc0e5601171a5f0967de65fa.tar.gz nextcloud-server-f5a8bda1bad42e2ecc0e5601171a5f0967de65fa.zip |
Update core/ResponseDefinitions.php
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/ResponseDefinitions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, numeric|list<numeric>|string|list<string>>, - * output: ?array<string, numeric|list<numeric>|string|list<string>>, + * output: null|array<string, numeric|list<numeric>|string|list<string>>, * customId: ?string, * completionExpectedAt: ?int, * progress: ?float |