Fix type error in CheckBackupCodes bg job

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2021-03-11 15:33:15 +01:00
parent 69c4578b5b
commit c19708a85e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class CheckBackupCodes extends QueuedJob {
/** @var IJobList */
private $jobList;
/** @var Manager */
/** @var IRegistry */
private $registry;
/** @var Manager */