Completed
Pull Request — master (#10075)
by
unknown
66:02 queued 36:49
created
lib/private/Settings/Manager.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\Settings\ISettings;
47 47
 use OCP\Settings\IManager;
48 48
 use OCP\Settings\ISection;
49
-use OCP\Util;
50 49
 
51 50
 class Manager implements IManager {
52 51
 	/** @var ILogger */
Please login to merge, or discard this patch.
core/Controller/AvatarController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@
 block discarded – undo
41 41
 use OCP\IRequest;
42 42
 use OCP\IUserManager;
43 43
 use OCP\IUserSession;
44
-use OCP\AppFramework\Http\DataResponse;
45 44
 
46 45
 /**
47 46
  * Class AvatarController
Please login to merge, or discard this patch.
apps/files_versions/lib/BackgroundJob/ExpireVersions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 use OCP\IUser;
28 28
 use OCP\IUserManager;
29
-use OCA\Files_Versions\AppInfo\Application;
30 29
 use OCA\Files_Versions\Storage;
31 30
 use OCA\Files_Versions\Expiration;
32 31
 
Please login to merge, or discard this patch.
apps/theming/lib/Controller/ThemingController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,6 @@
 block discarded – undo
41 41
 use OCP\AppFramework\Http\FileDisplayResponse;
42 42
 use OCP\AppFramework\Http\DataResponse;
43 43
 use OCP\AppFramework\Http\NotFoundResponse;
44
-use OCP\AppFramework\Utility\ITimeFactory;
45
-use OCP\Files\File;
46 44
 use OCP\Files\IAppData;
47 45
 use OCP\Files\NotFoundException;
48 46
 use OCP\Files\NotPermittedException;
Please login to merge, or discard this patch.
lib/private/Session/Internal.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,6 @@
 block discarded – undo
32 32
 
33 33
 use OC\Authentication\Exceptions\InvalidTokenException;
34 34
 use OC\Authentication\Token\IProvider;
35
-use OC\SystemConfig;
36
-use OCP\IConfig;
37 35
 use OCP\Session\Exceptions\SessionNotAvailableException;
38 36
 
39 37
 /**
Please login to merge, or discard this patch.
apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 namespace OCA\Files_Sharing\Middleware;
28 28
 
29 29
 use OCA\Files_Sharing\Controller\ExternalSharesController;
30
-use OCA\Files_Sharing\Controller\ShareController;
31 30
 use OCP\App\IAppManager;
32 31
 use OCP\AppFramework\Controller;
33 32
 use OCP\AppFramework\Http\NotFoundResponse;
Please login to merge, or discard this patch.
lib/private/User/Database.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,6 @@  discard block
 block discarded – undo
59 59
 
60 60
 use OC\Cache\CappedMemoryCache;
61 61
 use OCP\IDBConnection;
62
-use OCP\ILogger;
63 62
 use OCP\User\Backend\ABackend;
64 63
 use OCP\User\Backend\ICheckPasswordBackend;
65 64
 use OCP\User\Backend\ICountUsersBackend;
@@ -68,7 +67,6 @@  discard block
 block discarded – undo
68 67
 use OCP\User\Backend\IGetHomeBackend;
69 68
 use OCP\User\Backend\ISetDisplayNameBackend;
70 69
 use OCP\User\Backend\ISetPasswordBackend;
71
-use OCP\Util;
72 70
 use Symfony\Component\EventDispatcher\EventDispatcher;
73 71
 use Symfony\Component\EventDispatcher\GenericEvent;
74 72
 
Please login to merge, or discard this patch.
apps/accessibility/lib/Controller/ConfigController.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\Accessibility\Controller;
24 24
 
25 25
 use OCA\Accessibility\AccessibilityProvider;
26
-use OCP\AppFramework\Http;
27 26
 use OCP\AppFramework\Http\DataResponse;
28 27
 use OCP\AppFramework\OCSController;
29 28
 use OCP\AppFramework\OCS\OCSBadRequestException;
Please login to merge, or discard this patch.