Completed
Pull Request — master (#8235)
by Robin
16:28
created
lib/private/User/Session.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,6 @@
 block discarded – undo
55 55
 use OCP\IRequest;
56 56
 use OCP\ISession;
57 57
 use OCP\IUser;
58
-use OCP\IUserManager;
59 58
 use OCP\IUserSession;
60 59
 use OCP\Lockdown\ILockdownManager;
61 60
 use OCP\Security\ISecureRandom;
Please login to merge, or discard this patch.
lib/private/DB/MigrationService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 use OCP\IDBConnection;
32 32
 use OCP\Migration\IMigrationStep;
33 33
 use OCP\Migration\IOutput;
34
-use Doctrine\DBAL\Schema\Column;
35 34
 use Doctrine\DBAL\Schema\Table;
36 35
 use Doctrine\DBAL\Types\Type;
37 36
 
Please login to merge, or discard this patch.
lib/private/Repair.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -30,8 +30,6 @@
 block discarded – undo
30 30
 
31 31
 namespace OC;
32 32
 
33
-use OC\App\AppStore\Bundles\BundleFetcher;
34
-use OC\Files\AppData\Factory;
35 33
 use OC\Repair\CleanTags;
36 34
 use OC\Repair\ClearFrontendCaches;
37 35
 use OC\Repair\Collation;
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
@@ -115,7 +115,6 @@
 block discarded – undo
115 115
 use OC\Template\JSCombiner;
116 116
 use OC\Template\SCSSCacher;
117 117
 use OCA\Theming\ThemingDefaults;
118
-
119 118
 use OCP\App\IAppManager;
120 119
 use OCP\AppFramework\Utility\ITimeFactory;
121 120
 use OCP\Collaboration\AutoComplete\IManager;
Please login to merge, or discard this patch.