Completed
Push — stable13 ( 7edc8c...6e04cc )
by Morris
26:52 queued 11:13
created
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.
lib/private/Contacts/ContactsMenu/ContactsStore.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -25,14 +25,12 @@
 block discarded – undo
25 25
 
26 26
 namespace OC\Contacts\ContactsMenu;
27 27
 
28
-use OC\Share\Share;
29 28
 use OCP\Contacts\ContactsMenu\IEntry;
30 29
 use OCP\Contacts\IManager;
31 30
 use OCP\IConfig;
32 31
 use OCP\IGroupManager;
33 32
 use OCP\IUser;
34 33
 use OCP\IUserManager;
35
-use OCP\IUserSession;
36 34
 use OCP\Contacts\ContactsMenu\IContactsStore;
37 35
 
38 36
 class ContactsStore implements IContactsStore {
Please login to merge, or discard this patch.
apps/encryption/lib/Hooks/UserHooks.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
 use OCA\Encryption\KeyManager;
33 33
 use OCA\Encryption\Crypto\Crypt;
34 34
 use OCA\Encryption\Users\Setup;
35
-use OCP\App;
36 35
 use OCP\ILogger;
37 36
 use OCP\IUserSession;
38 37
 use OCA\Encryption\Util;
Please login to merge, or discard this patch.
lib/private/Installer.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -36,17 +36,12 @@
 block discarded – undo
36 36
 namespace OC;
37 37
 
38 38
 use Doctrine\DBAL\Exception\TableExistsException;
39
-use OC\App\AppManager;
40 39
 use OC\App\AppStore\Bundles\Bundle;
41 40
 use OC\App\AppStore\Fetcher\AppFetcher;
42
-use OC\App\CodeChecker\CodeChecker;
43
-use OC\App\CodeChecker\EmptyCheck;
44
-use OC\App\CodeChecker\PrivateCheck;
45 41
 use OC\Archive\TAR;
46 42
 use OC_App;
47 43
 use OC_DB;
48 44
 use OC_Helper;
49
-use OCP\App\IAppManager;
50 45
 use OCP\Http\Client\IClientService;
51 46
 use OCP\IConfig;
52 47
 use OCP\ILogger;
Please login to merge, or discard this patch.
apps/federation/lib/BackgroundJob/GetSharedSecret.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 namespace OCA\Federation\BackgroundJob;
32 32
 
33 33
 use GuzzleHttp\Exception\ClientException;
34
-use GuzzleHttp\Exception\ConnectException;
35 34
 use GuzzleHttp\Exception\RequestException;
36 35
 use GuzzleHttp\Ring\Exception\RingException;
37 36
 use OC\BackgroundJob\JobList;
Please login to merge, or discard this patch.