Completed
Push — stable9 ( 417812...e01c00 )
by Lukas
12:03 queued 05:56
created
lib/private/files/filesystem.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,6 @@
 block discarded – undo
62 62
 use OC\Files\Mount\MountPoint;
63 63
 use OC\Files\Storage\StorageFactory;
64 64
 use OCP\Files\Config\IMountProvider;
65
-use OCP\Files\Mount\IMountPoint;
66 65
 use OCP\Files\NotFoundException;
67 66
 use OCP\IUserManager;
68 67
 
Please login to merge, or discard this patch.
lib/private/files/type/loader.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 OCP\Files\IMimeTypeLoader;
25 25
 use OCP\IDBConnection;
26
-
27 26
 use Doctrine\DBAL\Exception\UniqueConstraintViolationException;
28 27
 
29 28
 /**
Please login to merge, or discard this patch.
lib/private/security/credentialsmanager.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 OCP\Security\ICrypto;
25 25
 use OCP\IDBConnection;
26 26
 use OCP\Security\ICredentialsManager;
27
-use OCP\IConfig;
28 27
 
29 28
 /**
30 29
  * Store and retrieve credentials for external services
Please login to merge, or discard this patch.
lib/private/share20/manager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@  discard block
 block discarded – undo
30 30
 use OCP\IUserManager;
31 31
 use OCP\Share\IManager;
32 32
 use OCP\Share\IProviderFactory;
33
-use OC\Share20\Exception\BackendError;
34 33
 use OCP\IConfig;
35 34
 use OCP\IL10N;
36 35
 use OCP\ILogger;
@@ -40,7 +39,6 @@  discard block
 block discarded – undo
40 39
 use OCP\IGroupManager;
41 40
 use OCP\Files\File;
42 41
 use OCP\Files\Folder;
43
-
44 42
 use OCP\Share\Exceptions\ShareNotFound;
45 43
 use OCP\Share\Exceptions\GenericShareException;
46 44
 
Please login to merge, or discard this patch.
apps/files_external/command/applicable.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -30,8 +30,6 @@
 block discarded – undo
30 30
 use OCA\Files_external\Service\GlobalStoragesService;
31 31
 use OCP\Files\StorageNotAvailableException;
32 32
 use Symfony\Component\Console\Command\Command;
33
-use Symfony\Component\Console\Helper\Table;
34
-use Symfony\Component\Console\Helper\TableHelper;
35 33
 use Symfony\Component\Console\Input\InputArgument;
36 34
 use Symfony\Component\Console\Input\InputInterface;
37 35
 use Symfony\Component\Console\Input\InputOption;
Please login to merge, or discard this patch.
apps/files_external/controller/storagescontroller.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 OCA\Files_External\Lib\Auth\AuthMechanism;
28 28
 use \OCP\IConfig;
29 29
 use OCP\ILogger;
30
-use OCP\IUser;
31 30
 use \OCP\IUserSession;
32 31
 use \OCP\IRequest;
33 32
 use \OCP\IL10N;
Please login to merge, or discard this patch.
lib/private/files/config/usermountcache.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,6 @@
 block discarded – undo
22 22
 
23 23
 namespace OC\Files\Config;
24 24
 
25
-use Doctrine\DBAL\Exception\UniqueConstraintViolationException;
26
-use OC\Files\Filesystem;
27 25
 use OCA\Files_Sharing\SharedMount;
28 26
 use OCP\DB\QueryBuilder\IQueryBuilder;
29 27
 use OCP\Files\Config\ICachedMountInfo;
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
@@ -74,7 +74,6 @@
 block discarded – undo
74 74
 use OC\Session\CryptoWrapper;
75 75
 use OC\Tagging\TagMapper;
76 76
 use OCA\Theming\Template;
77
-use OCP\IL10N;
78 77
 use OCP\IServerContainer;
79 78
 use OCP\Security\IContentSecurityPolicyManager;
80 79
 use Symfony\Component\EventDispatcher\EventDispatcher;
Please login to merge, or discard this patch.
lib/private/console/application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
  */
29 29
 
30 30
 namespace OC;
31
-use OC_Defaults;
32 31
 use OCP\ICacheFactory;
33 32
 use OCP\IConfig;
34 33
 use OCP\IURLGenerator;
Please login to merge, or discard this patch.