Completed
Pull Request — master (#24991)
by Christoph
09:55
created
core/Controller/TokenController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 	/**
53 53
 	 * @param string $appName
54 54
 	 * @param IRequest $request
55
-	 * @param Manager $userManager
55
+	 * @param UserManager $userManager
56 56
 	 * @param DefaultTokenProvider $tokenProvider
57 57
 	 * @param ISecureRandom $secureRandom
58 58
 	 */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 use OCA\User_LDAP\User\Manager;
32 32
 use OCP\AppFramework\Controller;
33 33
 use OCP\AppFramework\Http\JSONResponse;
34
-use OCP\AppFramework\Http\Response;
35 34
 use OCP\IRequest;
36 35
 use OCP\Security\ISecureRandom;
37 36
 
Please login to merge, or discard this patch.