fix: Extend docblock of hasReservedJob

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-11-08 16:37:51 +01:00 committed by backportbot-nextcloud[bot]
parent 4e15a25933
commit 708c0a8249

View file

@ -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