Completed
Pull Request — master (#6590)
by Thomas
15:31
created
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.
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.
lib/private/Server.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,6 @@
 block discarded – undo
99 99
 use OC\Tagging\TagMapper;
100 100
 use OC\Template\SCSSCacher;
101 101
 use OCA\Theming\ThemingDefaults;
102
-
103 102
 use OCP\App\IAppManager;
104 103
 use OCP\AppFramework\Utility\ITimeFactory;
105 104
 use OCP\Defaults;
Please login to merge, or discard this patch.
core/Command/Maintenance/UpdateTheme.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use OCP\ICacheFactory;
28 28
 use Symfony\Component\Console\Input\InputInterface;
29 29
 use Symfony\Component\Console\Output\OutputInterface;
30
-
31 30
 use OCP\Files\IMimeTypeDetector;
32 31
 
33 32
 class UpdateTheme extends UpdateJS {
Please login to merge, or discard this patch.