Completed
Pull Request — master (#1347)
by Christoph
14:36 queued 03:07
created
core/Controller/TwoFactorChallengeController.php 2 patches
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,9 +53,10 @@
 block discarded – undo
53 53
 	 * @param string $appName
54 54
 	 * @param IRequest $request
55 55
 	 * @param Manager $twoFactorManager
56
-	 * @param IUserSession $userSession
57
-	 * @param UserSession $session
56
+	 * @param UserSession $userSession
57
+	 * @param UserSession UserSession
58 58
 	 * @param IURLGenerator $urlGenerator
59
+	 * @param ISession $session
59 60
 	 */
60 61
 	public function __construct($appName, IRequest $request, Manager $twoFactorManager, UserSession $userSession,
61 62
 		ISession $session, IURLGenerator $urlGenerator) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 namespace OC\Core\Controller;
25 25
 
26 26
 use OC\Authentication\TwoFactorAuth\Manager;
27
-use OC\User\Session;
28 27
 use OC_User;
29 28
 use OC_Util;
30 29
 use OCP\AppFramework\Controller;
Please login to merge, or discard this patch.
lib/private/Authentication/TwoFactorAuth/Manager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,6 @@
 block discarded – undo
52 52
 	 * @param AppManager $appManager
53 53
 	 * @param ISession $session
54 54
 	 * @param IConfig $config
55
-	 * @param Session $userSession
56 55
 	 */
57 56
 	public function __construct(AppManager $appManager, ISession $session, IConfig $config) {
58 57
 		$this->appManager = $appManager;
Please login to merge, or discard this patch.