Completed
Pull Request — master (#7363)
by Björn
14:32
created
apps/dav/lib/CalDAV/CalDavBackend.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -51,10 +51,8 @@
 block discarded – undo
51 51
 use Sabre\DAV\Exception\Forbidden;
52 52
 use Sabre\DAV\Exception\NotFound;
53 53
 use Sabre\DAV\PropPatch;
54
-use Sabre\HTTP\URLUtil;
55 54
 use Sabre\VObject\Component;
56 55
 use Sabre\VObject\Component\VCalendar;
57
-use Sabre\VObject\Component\VEvent;
58 56
 use Sabre\VObject\Component\VTimeZone;
59 57
 use Sabre\VObject\DateTimeParser;
60 58
 use Sabre\VObject\InvalidDataException;
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.
apps/federation/lib/BackgroundJob/RequestSharedSecret.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
 
33 33
 
34 34
 use GuzzleHttp\Exception\ClientException;
35
-use GuzzleHttp\Exception\ConnectException;
36 35
 use GuzzleHttp\Exception\RequestException;
37 36
 use GuzzleHttp\Ring\Exception\RingException;
38 37
 use OC\BackgroundJob\JobList;
Please login to merge, or discard this patch.
apps/dav/lib/Upload/ChunkingPlugin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 namespace OCA\DAV\Upload;
24 24
 
25 25
 
26
-use OCA\DAV\Connector\Sabre\File;
27 26
 use Sabre\DAV\Exception\BadRequest;
28 27
 use Sabre\DAV\Server;
29 28
 use Sabre\DAV\ServerPlugin;
Please login to merge, or discard this patch.
apps/user_ldap/lib/Access.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,6 @@
 block discarded – undo
49 49
 use OCA\User_LDAP\User\Manager;
50 50
 use OCA\User_LDAP\User\OfflineUser;
51 51
 use OCA\User_LDAP\Mapping\AbstractMapping;
52
-
53 52
 use OC\ServerNotAvailableException;
54 53
 use OCP\IConfig;
55 54
 use OCP\Util;
Please login to merge, or discard this patch.
lib/public/Util.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,6 @@
 block discarded – undo
51 51
 // use OCP namespace for all classes that are considered public.
52 52
 // This means that they should be used by apps instead of the internal ownCloud classes
53 53
 namespace OCP;
54
-use DateTimeZone;
55 54
 
56 55
 /**
57 56
  * This class provides different helper functions to make the life of a developer easier
Please login to merge, or discard this patch.
lib/private/DB/SchemaWrapper.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
 namespace OC\DB;
25 25
 
26
-use Doctrine\DBAL\DBALException;
27 26
 use Doctrine\DBAL\Schema\Schema;
28 27
 use OCP\DB\ISchemaWrapper;
29 28
 use OCP\IDBConnection;
Please login to merge, or discard this patch.
core/Command/Upgrade.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
 use Symfony\Component\Console\Helper\ProgressBar;
44 44
 use Symfony\Component\Console\Input\InputInterface;
45 45
 use Symfony\Component\Console\Output\OutputInterface;
46
-use Symfony\Component\Console\Input\InputOption;
47 46
 use Symfony\Component\EventDispatcher\GenericEvent;
48 47
 
49 48
 class Upgrade extends Command {
Please login to merge, or discard this patch.
lib/private/Share/Share.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -41,10 +41,6 @@
 block discarded – undo
41 41
 
42 42
 use OC\Files\Filesystem;
43 43
 use OCP\DB\QueryBuilder\IQueryBuilder;
44
-use OCP\ILogger;
45
-use OCP\IUserManager;
46
-use OCP\IUserSession;
47
-use OCP\IDBConnection;
48 44
 use OCP\IConfig;
49 45
 use OCP\Util;
50 46
 
Please login to merge, or discard this patch.