Completed
Pull Request — master (#4449)
by Stefan
22:56
created
apps/user_ldap/lib/Controller/RenewPasswordController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 namespace OCA\User_LDAP\Controller;
24 24
 
25 25
 use OC\HintException;
26
-use OC_Util;
27 26
 use OCP\AppFramework\Controller;
28 27
 use OCP\AppFramework\Http\RedirectResponse;
29 28
 use OCP\AppFramework\Http\TemplateResponse;
Please login to merge, or discard this patch.
lib/private/Server.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,6 @@
 block discarded – undo
97 97
 use OC\Tagging\TagMapper;
98 98
 use OC\Template\SCSSCacher;
99 99
 use OCA\Theming\ThemingDefaults;
100
-
101 100
 use OCP\App\IAppManager;
102 101
 use OCP\Defaults;
103 102
 use OCA\Theming\Util;
Please login to merge, or discard this patch.