Merge pull request #26066 from nextcloud/techdept/psalm/type_error

Fix type error in CheckBackupCodes bg job
This commit is contained in:
Roeland Jago Douma 2021-03-11 21:02:35 +01:00 committed by GitHub
commit 2cbc2710ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 */