mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Fix type error in CheckBackupCodes bg job
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
69c4578b5b
commit
c19708a85e
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class CheckBackupCodes extends QueuedJob {
|
|||
/** @var IJobList */
|
||||
private $jobList;
|
||||
|
||||
/** @var Manager */
|
||||
/** @var IRegistry */
|
||||
private $registry;
|
||||
|
||||
/** @var Manager */
|
||||
|
|
|
|||
Loading…
Reference in a new issue