Completed
Pull Request — master (#4545)
by Individual IT
13:50
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/Installer.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,6 @@  discard block
 block discarded – undo
42 42
 namespace OC;
43 43
 
44 44
 use Doctrine\DBAL\Exception\TableExistsException;
45
-use OC\App\AppManager;
46 45
 use OC\App\AppStore\Bundles\Bundle;
47 46
 use OC\App\AppStore\Fetcher\AppFetcher;
48 47
 use OC\App\CodeChecker\CodeChecker;
@@ -52,7 +51,6 @@  discard block
 block discarded – undo
52 51
 use OC_App;
53 52
 use OC_DB;
54 53
 use OC_Helper;
55
-use OCP\App\IAppManager;
56 54
 use OCP\Http\Client\IClientService;
57 55
 use OCP\IConfig;
58 56
 use OCP\ILogger;
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.
lib/private/Server.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -52,8 +52,6 @@  discard block
 block discarded – undo
52 52
 use OC\Command\AsyncBus;
53 53
 use OC\Contacts\ContactsMenu\ActionFactory;
54 54
 use OC\Diagnostics\EventLogger;
55
-use OC\Diagnostics\NullEventLogger;
56
-use OC\Diagnostics\NullQueryLogger;
57 55
 use OC\Diagnostics\QueryLogger;
58 56
 use OC\Federation\CloudIdManager;
59 57
 use OC\Files\Config\UserMountCache;
@@ -98,7 +96,6 @@  discard block
 block discarded – undo
98 96
 use OC\Tagging\TagMapper;
99 97
 use OC\Template\SCSSCacher;
100 98
 use OCA\Theming\ThemingDefaults;
101
-
102 99
 use OCP\App\IAppManager;
103 100
 use OCP\Defaults;
104 101
 use OCA\Theming\Util;
Please login to merge, or discard this patch.