Completed
Pull Request — master (#31758)
by Thomas
14:00
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\HTTP\RequestInterface;
Please login to merge, or discard this patch.