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
parent cbd304c8f0
commit 1471849956

View file

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