mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Bump since version
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
0a812a1c09
commit
7239b3d560
2 changed files with 3 additions and 3 deletions
|
|
@ -345,7 +345,7 @@ class JobList implements IJobList {
|
|||
* Reset the $job so it executes on the next trigger
|
||||
*
|
||||
* @param IJob $job
|
||||
* @since 22.0.0
|
||||
* @since 23.0.0
|
||||
*/
|
||||
public function resetBackgroundJob(IJob $job): void {
|
||||
$query = $this->connection->getQueryBuilder();
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ interface IJobList {
|
|||
/**
|
||||
* @param int $id
|
||||
* @return array|null
|
||||
* @since 22.0.0
|
||||
* @since 23.0.0
|
||||
*/
|
||||
public function getDetailsById(int $id): ?array;
|
||||
|
||||
|
|
@ -141,7 +141,7 @@ interface IJobList {
|
|||
* Reset the $job so it executes on the next trigger
|
||||
*
|
||||
* @param IJob $job
|
||||
* @since 22.0.0
|
||||
* @since 23.0.0
|
||||
*/
|
||||
public function resetBackgroundJob(IJob $job): void;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue