Completed
Pull Request — master (#31851)
by Thomas
44:49 queued 24:50
created
apps/dav/lib/DAV/LazyOpsPlugin.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -21,13 +21,7 @@
 block discarded – undo
21 21
 
22 22
 namespace OCA\DAV\DAV;
23 23
 
24
-use OCA\DAV\Connector\Sabre\Exception\Forbidden;
25
-use OCA\DAV\Connector\Sabre\File;
26
-use OCA\DAV\Files\ICopySource;
27
-use OCP\Files\ForbiddenException;
28
-use OCP\Lock\ILockingProvider;
29 24
 use Sabre\DAV\Exception;
30
-use Sabre\DAV\IFile;
31 25
 use Sabre\DAV\Server;
32 26
 use Sabre\DAV\ServerPlugin;
33 27
 use Sabre\DAV\UUIDUtil;
Please login to merge, or discard this patch.
apps/dav/lib/Queue/Home.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -22,10 +22,8 @@
 block discarded – undo
22 22
 
23 23
 use OCA\DAV\DAV\LazyOpsPlugin;
24 24
 use Sabre\DAV\Collection;
25
-use Sabre\DAV\Exception\Forbidden;
26 25
 use Sabre\DAV\Exception\MethodNotAllowed;
27 26
 use Sabre\DAV\Exception\NotFound;
28
-use Sabre\DAV\SimpleFile;
29 27
 use Sabre\HTTP\URLUtil;
30 28
 
31 29
 class Home extends Collection {
Please login to merge, or discard this patch.
apps/dav/lib/Queue/LongPollPlugin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 use Sabre\DAV\Server;
13 13
 use Sabre\DAV\ServerPlugin;
14
-use Sabre\DAV\SimpleFile;
15 14
 use Sabre\HTTP\RequestInterface;
16 15
 use Sabre\HTTP\ResponseInterface;
17 16
 
Please login to merge, or discard this patch.