Completed
Push — master ( 8177fd...1ce867 )
by Björn
12:48 queued 10s
created
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/files/lib/Controller/ApiController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,6 @@
 block discarded – undo
45 45
 use OCP\Share\IManager;
46 46
 use OC\Files\Node\Node;
47 47
 use OCP\IUserSession;
48
-use Sabre\VObject\Property\Boolean;
49 48
 
50 49
 /**
51 50
  * Class ApiController
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.
lib/private/Share20/DefaultShareProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
 use OCP\IUser;
38 38
 use OCP\Mail\IMailer;
39 39
 use OCP\Share\IShare;
40
-use OCP\Share\IShareHelper;
41 40
 use OCP\Share\IShareProvider;
42 41
 use OC\Share20\Exception\InvalidShare;
43 42
 use OC\Share20\Exception\ProviderException;
Please login to merge, or discard this patch.
lib/private/TemplateLayout.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,6 @@
 block discarded – undo
42 42
 use OC\Template\JSConfigHelper;
43 43
 use OC\Template\SCSSCacher;
44 44
 use OCP\Defaults;
45
-use OC\AppFramework\Http\Request;
46 45
 
47 46
 class TemplateLayout extends \OC_Template {
48 47
 
Please login to merge, or discard this patch.
apps/twofactor_backupcodes/lib/Service/BackupCodeStorage.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -22,12 +22,9 @@
 block discarded – undo
22 22
 
23 23
 namespace OCA\TwoFactorBackupCodes\Service;
24 24
 
25
-use BadMethodCallException;
26 25
 use OCA\TwoFactorBackupCodes\Db\BackupCode;
27 26
 use OCA\TwoFactorBackupCodes\Db\BackupCodeMapper;
28 27
 use OCA\TwoFactorBackupCodes\Event\CodesGenerated;
29
-use OCP\Activity\IManager;
30
-use OCP\ILogger;
31 28
 use OCP\IUser;
32 29
 use OCP\Security\IHasher;
33 30
 use OCP\Security\ISecureRandom;
Please login to merge, or discard this patch.