Completed
Pull Request — master (#7490)
by Tobia
19:43 queued 01:32
created
apps/dav/lib/Files/RootCollection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 
24 24
 use Sabre\DAV\INode;
25 25
 use Sabre\DAVACL\AbstractPrincipalCollection;
26
-use Sabre\HTTP\URLUtil;
27 26
 use Sabre\DAV\SimpleCollection;
28 27
 
29 28
 class RootCollection extends AbstractPrincipalCollection {
Please login to merge, or discard this patch.
lib/private/Files/Cache/Scanner.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
 
38 38
 use OC\Files\Filesystem;
39 39
 use OC\Hooks\BasicEmitter;
40
-use OCP\Config;
41 40
 use OCP\Files\Cache\IScanner;
42 41
 use OCP\Files\ForbiddenException;
43 42
 use OCP\Lock\ILockingProvider;
Please login to merge, or discard this patch.
lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use OC\AppFramework\Utility\ControllerMethodReflector;
25 25
 use OC\Security\RateLimiting\Exception\RateLimitExceededException;
26 26
 use OC\Security\RateLimiting\Limiter;
27
-use OCP\AppFramework\Controller;
28 27
 use OCP\AppFramework\Http\JSONResponse;
29 28
 use OCP\AppFramework\Http\TemplateResponse;
30 29
 use OCP\AppFramework\Middleware;
Please login to merge, or discard this patch.
apps/theming/lib/Util.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 use OCP\Files\NotFoundException;
30 30
 use OCP\Files\SimpleFS\ISimpleFile;
31 31
 use OCP\IConfig;
32
-use OCP\Files\IRootFolder;
33 32
 use Leafo\ScssPhp\Compiler;
34 33
 
35 34
 class Util {
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
@@ -27,7 +27,6 @@  discard block
 block discarded – undo
27 27
 
28 28
 namespace OCA\Theming\Controller;
29 29
 
30
-use OC\Files\AppData\Factory;
31 30
 use OC\Template\SCSSCacher;
32 31
 use OCA\Theming\ThemingDefaults;
33 32
 use OCP\AppFramework\Controller;
@@ -43,7 +42,6 @@  discard block
 block discarded – undo
43 42
 use OCP\Files\NotPermittedException;
44 43
 use OCP\IConfig;
45 44
 use OCP\IL10N;
46
-use OCP\ILogger;
47 45
 use OCP\IRequest;
48 46
 use OCA\Theming\Util;
49 47
 use OCP\ITempManager;
Please login to merge, or discard this patch.
apps/files_sharing/lib/Controller/ShareInfoController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use OCP\Files\File;
11 11
 use OCP\Files\Folder;
12 12
 use OCP\Files\Node;
13
-use OCP\ILogger;
14 13
 use OCP\IRequest;
15 14
 use OCP\Share\Exceptions\ShareNotFound;
16 15
 use OCP\Share\IManager;
Please login to merge, or discard this patch.
lib/private/Share/Share.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -44,8 +44,6 @@
 block discarded – undo
44 44
 
45 45
 use OC\Files\Filesystem;
46 46
 use OCP\DB\QueryBuilder\IQueryBuilder;
47
-use OCP\ILogger;
48
-use OCP\IUserManager;
49 47
 use OCP\IUserSession;
50 48
 use OCP\IDBConnection;
51 49
 use OCP\IConfig;
Please login to merge, or discard this patch.
lib/private/Files/Config/UserMountCache.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
 namespace OC\Files\Config;
26 26
 
27
-use OC\DB\QueryBuilder\Literal;
28 27
 use OCA\Files_Sharing\SharedMount;
29 28
 use OCP\DB\QueryBuilder\IQueryBuilder;
30 29
 use OCP\Files\Config\ICachedMountFileInfo;
Please login to merge, or discard this patch.
apps/files_external/lib/Lib/Backend/InvalidBackend.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 
22 22
 namespace OCA\Files_External\Lib\Backend;
23 23
 
24
-use OCA\Files_External\Lib\Storage\InvalidStorage;
25 24
 use OCA\Files_External\Lib\StorageConfig;
26 25
 use OCP\Files\StorageNotAvailableException;
27 26
 use OCP\IUser;
Please login to merge, or discard this patch.