diff options
author | Marcel Klehr <mklehr@gmx.net> | 2024-05-06 13:03:03 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2024-05-14 11:38:40 +0200 |
commit | 2c878099f1d2fbfc5b5d117c63fa8723d3e26f3d (patch) | |
tree | 7440a3171dc15a07cf296ddf3461d18862b70fbe /core/ResponseDefinitions.php | |
parent | 5de42a53e263d6dda1896ff223158646bd81867b (diff) | |
download | nextcloud-server-2c878099f1d2fbfc5b5d117c63fa8723d3e26f3d.tar.gz nextcloud-server-2c878099f1d2fbfc5b5d117c63fa8723d3e26f3d.zip |
fix: address review comments
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'core/ResponseDefinitions.php')
-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 68474a6e535..75e307e455c 100644 --- a/core/ResponseDefinitions.php +++ b/core/ResponseDefinitions.php @@ -193,7 +193,7 @@ namespace OCA\Core; * } * * @psalm-type CoreTaskProcessingTask = array{ - * id: ?int, + * id: int, * type: string, * status: 0|1|2|3|4|5, * userId: ?string, |