Completed
Pull Request — master (#4540)
by Jan-Christoph
42:07 queued 30:43
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.
apps/user_ldap/lib/Notification/Notifier.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,6 @@
 block discarded – undo
24 24
 namespace OCA\User_LDAP\Notification;
25 25
 
26 26
 
27
-use OCP\IUser;
28
-use OCP\IUserManager;
29 27
 use OCP\L10N\IFactory;
30 28
 use OCP\Notification\INotification;
31 29
 use OCP\Notification\INotifier;
Please login to merge, or discard this patch.