aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-11-08 16:37:51 +0100
committerMarcel Klehr <mklehr@gmx.net>2023-11-08 16:37:51 +0100
commit14718499567a1ba6b146b2eb62ea60414aa4907f (patch)
treef854a17d39fee942e8dd8d5fc00a0a41af2436ca
parentcbd304c8f0008ff012f7a622231741509bb5956c (diff)
downloadnextcloud-server-14718499567a1ba6b146b2eb62ea60414aa4907f.tar.gz
nextcloud-server-14718499567a1ba6b146b2eb62ea60414aa4907f.zip
fix: Extend docblock of hasReservedJob
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
-rw-r--r--lib/public/BackgroundJob/IJobList.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/BackgroundJob/IJobList.php b/lib/public/BackgroundJob/IJobList.php
index eeca986423b..0b00326ca1a 100644
--- a/lib/public/BackgroundJob/IJobList.php
+++ b/lib/public/BackgroundJob/IJobList.php
@@ -160,7 +160,8 @@ interface IJobList {
public function resetBackgroundJob(IJob $job): void;
/**
- * Checks whether a job of the passed class is reserved to run
+ * Checks whether a job of the passed class was reserved to run
+ * in the last 6h
*
* @param string|null $className
* @return bool