Browse Source
Fix invalid PHPDocs
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/1347/head
Lukas Reschke
10 years ago
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with
1 additions and
1 deletions
-
lib/private/Authentication/TwoFactorAuth/Manager.php
|
|
|
@ -52,7 +52,6 @@ class Manager { |
|
|
|
* @param AppManager $appManager |
|
|
|
* @param ISession $session |
|
|
|
* @param IConfig $config |
|
|
|
* @param Session $userSession |
|
|
|
*/ |
|
|
|
public function __construct(AppManager $appManager, ISession $session, IConfig $config) { |
|
|
|
$this->appManager = $appManager; |
|
|
|
@ -116,6 +115,7 @@ class Manager { |
|
|
|
* @param IUser $user |
|
|
|
* @param bool $includeBackupApp |
|
|
|
* @return IProvider[] |
|
|
|
* @throws Exception |
|
|
|
*/ |
|
|
|
public function getProviders(IUser $user, $includeBackupApp = false) { |
|
|
|
$allApps = $this->appManager->getEnabledAppsForUser($user); |
|
|
|
|