aboutsummaryrefslogtreecommitdiffstats
path: root/core/ResponseDefinitions.php
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2024-05-06 13:03:03 +0200
committerMarcel Klehr <mklehr@gmx.net>2024-05-14 11:38:40 +0200
commit2c878099f1d2fbfc5b5d117c63fa8723d3e26f3d (patch)
tree7440a3171dc15a07cf296ddf3461d18862b70fbe /core/ResponseDefinitions.php
parent5de42a53e263d6dda1896ff223158646bd81867b (diff)
downloadnextcloud-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.php2
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,