mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix: Extend docblock of hasReservedJob
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
cbd304c8f0
commit
1471849956
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue