From b269ed5a7b2bdfc25cbdb2c45e2166ffe5232bb3 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 2 Nov 2016 13:07:49 +0100 Subject: [PATCH] Fix invalid PHPDocs Signed-off-by: Lukas Reschke --- lib/private/Authentication/TwoFactorAuth/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Authentication/TwoFactorAuth/Manager.php b/lib/private/Authentication/TwoFactorAuth/Manager.php index 5f47b2cfaa..1297e4513f 100644 --- a/lib/private/Authentication/TwoFactorAuth/Manager.php +++ b/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);