Completed
Pull Request — master (#29214)
by Sujith
10:42 queued 01:46
created
apps/dav/lib/MetaData/MetaDataNode.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\MetaData;
24 24
 
25 25
 
26
-use OCP\IMetaData;
27 26
 use Sabre\DAV\File;
28 27
 
29 28
 class MetaDataNode extends File {
Please login to merge, or discard this patch.
apps/dav/lib/MetaData/RootCollection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace OCA\DAV\MetaData;
4 4
 
5 5
 use Sabre\DAVACL\AbstractPrincipalCollection;
6
-use Sabre\DAVACL\IPrincipal;
7 6
 
8 7
 class RootCollection extends AbstractPrincipalCollection {
9 8
 
Please login to merge, or discard this patch.