diff options
author | Marcel Klehr <mklehr@gmx.net> | 2023-11-08 16:37:51 +0100 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-11-09 12:47:36 +0000 |
commit | 708c0a824938efe784652cce598efda1caf1f11c (patch) | |
tree | 15a72a4466dda11dd0d5626272b34988edcbf5b4 | |
parent | 4e15a25933f20d16d300d8c14f4d8b1fde7de6b6 (diff) | |
download | nextcloud-server-708c0a824938efe784652cce598efda1caf1f11c.tar.gz nextcloud-server-708c0a824938efe784652cce598efda1caf1f11c.zip |
fix: Extend docblock of hasReservedJob
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
-rw-r--r-- | lib/public/BackgroundJob/IJobList.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/BackgroundJob/IJobList.php b/lib/public/BackgroundJob/IJobList.php index 65e2f5b6250..a0f32cb0359 100644 --- a/lib/public/BackgroundJob/IJobList.php +++ b/lib/public/BackgroundJob/IJobList.php @@ -147,7 +147,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 |