Completed
Pull Request — stable9 (#84)
by Blizzz
18:24 queued 08:38
created
lib/private/files/config/usermountcache.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,15 +23,12 @@
 block discarded – undo
23 23
 
24 24
 namespace OC\Files\Config;
25 25
 
26
-use Doctrine\DBAL\Exception\UniqueConstraintViolationException;
27
-use OC\Files\Filesystem;
28 26
 use OCA\Files_Sharing\SharedMount;
29 27
 use OCP\DB\QueryBuilder\IQueryBuilder;
30 28
 use OCP\Files\Config\ICachedMountInfo;
31 29
 use OCP\Files\Config\IUserMountCache;
32 30
 use OCP\Files\Mount\IMountPoint;
33 31
 use OCP\Files\NotFoundException;
34
-use OCP\ICache;
35 32
 use OCP\IDBConnection;
36 33
 use OCP\ILogger;
37 34
 use OCP\IUser;
Please login to merge, or discard this patch.
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.