aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/TaskProcessing/IManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/TaskProcessing/IManager.php')
-rw-r--r--lib/public/TaskProcessing/IManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/TaskProcessing/IManager.php b/lib/public/TaskProcessing/IManager.php
index c26a5d67339..2d5fe1d9ba6 100644
--- a/lib/public/TaskProcessing/IManager.php
+++ b/lib/public/TaskProcessing/IManager.php
@@ -182,7 +182,7 @@ interface IManager {
*/
public function getTasks(
?string $userId, ?string $taskTypeId = null, ?string $appId = null, ?string $customId = null,
- ?int $status = null, ?int $scheduleAfter = null, ?int $endedBefore = null
+ ?int $status = null, ?int $scheduleAfter = null, ?int $endedBefore = null,
): array;
/**