summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-11-02 13:07:49 +0100
committerLukas Reschke <lukas@statuscode.ch>2016-11-02 13:39:17 +0100
commitb269ed5a7b2bdfc25cbdb2c45e2166ffe5232bb3 (patch)
tree37e0df97046a824bfed1dbd6a54f88dc0cba0856 /lib/private/Authentication
parent6f86e468d4d9bcf50143e37905923d74ac423a7e (diff)
downloadnextcloud-server-b269ed5a7b2bdfc25cbdb2c45e2166ffe5232bb3.tar.gz
nextcloud-server-b269ed5a7b2bdfc25cbdb2c45e2166ffe5232bb3.zip
Fix invalid PHPDocs
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib/private/Authentication')
-rw-r--r--lib/private/Authentication/TwoFactorAuth/Manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Authentication/TwoFactorAuth/Manager.php b/lib/private/Authentication/TwoFactorAuth/Manager.php
index 5f47b2cfaa1..1297e4513f4 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);