Completed
Push — stable9 ( 485cb1...e094cf )
by Lukas
26:41 queued 26:23
created
apps/dav/lib/carddav/xml/groups.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 namespace OCA\DAV\CardDAV\Xml;
22 22
 
23 23
 use Sabre\Xml\XmlSerializable;
24
-use Sabre\Xml\Element;
25 24
 use Sabre\Xml\Writer;
26 25
 
27 26
 class Groups implements XmlSerializable {
Please login to merge, or discard this patch.
apps/dav/lib/systemtag/systemtagsbyidcollection.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 Sabre\DAV\Exception\NotFound;
28 28
 use Sabre\DAV\Exception\BadRequest;
29 29
 use Sabre\DAV\ICollection;
30
-
31 30
 use OCP\SystemTag\ISystemTagManager;
32 31
 use OCP\SystemTag\ISystemTag;
33 32
 use OCP\SystemTag\TagNotFoundException;
Please login to merge, or discard this patch.
apps/dav/lib/systemtag/systemtagsobjectmappingcollection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 use Sabre\DAV\Exception\BadRequest;
27 27
 use Sabre\DAV\Exception\PreconditionFailed;
28 28
 use Sabre\DAV\ICollection;
29
-
30 29
 use OCP\SystemTag\ISystemTagManager;
31 30
 use OCP\SystemTag\ISystemTagObjectMapper;
32 31
 use OCP\SystemTag\ISystemTag;
Please login to merge, or discard this patch.
apps/dav/lib/systemtag/systemtagsobjecttypecollection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 use Sabre\DAV\Exception\MethodNotAllowed;
27 27
 use Sabre\DAV\Exception\NotFound;
28 28
 use Sabre\DAV\ICollection;
29
-
30 29
 use OCP\SystemTag\ISystemTagManager;
31 30
 use OCP\SystemTag\ISystemTagObjectMapper;
32 31
 use OCP\IUserSession;
Please login to merge, or discard this patch.
apps/files_external/command/config.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -27,11 +27,8 @@
 block discarded – undo
27 27
 use OCA\Files_external\NotFoundException;
28 28
 use OCA\Files_external\Service\GlobalStoragesService;
29 29
 use Symfony\Component\Console\Command\Command;
30
-use Symfony\Component\Console\Helper\Table;
31
-use Symfony\Component\Console\Helper\TableHelper;
32 30
 use Symfony\Component\Console\Input\InputArgument;
33 31
 use Symfony\Component\Console\Input\InputInterface;
34
-use Symfony\Component\Console\Input\InputOption;
35 32
 use Symfony\Component\Console\Output\OutputInterface;
36 33
 
37 34
 class Config extends Base {
Please login to merge, or discard this patch.
apps/files_external/lib/sftp.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
 namespace OC\Files\Storage;
34 34
 use Icewind\Streams\IteratorDirectory;
35
-
36 35
 use Icewind\Streams\RetryWrapper;
37 36
 use phpseclib\Net\SFTP\Stream;
38 37
 
Please login to merge, or discard this patch.
apps/files_sharing/api/share20ocs.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 use OCP\Files\IRootFolder;
32 32
 use OCP\Share;
33 33
 use OCP\Share\IManager;
34
-
35 34
 use OCP\Share\Exceptions\ShareNotFound;
36 35
 use OCP\Share\Exceptions\GenericShareException;
37 36
 
Please login to merge, or discard this patch.
apps/files_trashbin/lib/backgroundjob/expiretrash.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 OCA\Files_Trashbin\BackgroundJob;
25 25
 
26
-use OCP\IConfig;
27 26
 use OCP\IUser;
28 27
 use OCP\IUserManager;
29 28
 use OCA\Files_Trashbin\AppInfo\Application;
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
@@ -34,7 +34,6 @@  discard block
 block discarded – undo
34 34
 use OCP\IUserManager;
35 35
 use OCP\Share\IManager;
36 36
 use OCP\Share\IProviderFactory;
37
-use OC\Share20\Exception\BackendError;
38 37
 use OCP\IConfig;
39 38
 use OCP\IL10N;
40 39
 use OCP\ILogger;
@@ -44,7 +43,6 @@  discard block
 block discarded – undo
44 43
 use OCP\IGroupManager;
45 44
 use OCP\Files\File;
46 45
 use OCP\Files\Folder;
47
-
48 46
 use OCP\Share\Exceptions\ShareNotFound;
49 47
 use OCP\Share\Exceptions\GenericShareException;
50 48
 use Symfony\Component\EventDispatcher\EventDispatcher;
Please login to merge, or discard this patch.