Completed
Push — master ( 8177fd...1ce867 )
by Björn
12:48 queued 10s
created
apps/provisioning_api/lib/Controller/UsersController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,6 @@
 block discarded – undo
46 46
 use OCP\IGroupManager;
47 47
 use OCP\ILogger;
48 48
 use OCP\IRequest;
49
-use OCP\IUser;
50 49
 use OCP\IUserManager;
51 50
 use OCP\IUserSession;
52 51
 use OCP\L10N\IFactory;
Please login to merge, or discard this patch.
lib/private/Server.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@  discard block
 block discarded – undo
48 48
 namespace OC;
49 49
 
50 50
 use bantu\IniGetWrapper\IniGetWrapper;
51
-use OC\Accounts\AccountManager;
52 51
 use OC\App\AppManager;
53 52
 use OC\App\AppStore\Bundles\BundleFetcher;
54 53
 use OC\App\AppStore\Fetcher\AppFetcher;
@@ -121,7 +120,6 @@  discard block
 block discarded – undo
121 120
 use OC\Template\SCSSCacher;
122 121
 use OCA\Theming\ImageManager;
123 122
 use OCA\Theming\ThemingDefaults;
124
-
125 123
 use OCP\App\IAppManager;
126 124
 use OCP\AppFramework\Utility\ITimeFactory;
127 125
 use OCP\Collaboration\AutoComplete\IManager;
Please login to merge, or discard this patch.
lib/private/Setup.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,6 @@
 block discarded – undo
52 52
 use OCP\Defaults;
53 53
 use OCP\IL10N;
54 54
 use OCP\ILogger;
55
-use OCP\IUser;
56 55
 use OCP\Security\ISecureRandom;
57 56
 
58 57
 class Setup {
Please login to merge, or discard this patch.