summaryrefslogtreecommitdiffstats
path: root/lib/public/FullTextSearch/Model/IIndexDocument.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-08-27 15:35:34 +0200
committerGitHub <noreply@github.com>2020-08-27 15:35:34 +0200
commitd5943a5f75dac3f98b250f65b16a885284f0aa6e (patch)
tree2794844f19a3f6fb0e948bcb1c557900d1eda4fe /lib/public/FullTextSearch/Model/IIndexDocument.php
parent348525426c3adf8fbfbcc16e28e99fcf7320d2e0 (diff)
parent220abd241cb5c799d4918a7c99f71cd03c32af3f (diff)
downloadnextcloud-server-d5943a5f75dac3f98b250f65b16a885284f0aa6e.tar.gz
nextcloud-server-d5943a5f75dac3f98b250f65b16a885284f0aa6e.zip
Merge pull request #22448 from nextcloud/stable19-phpdoc
[stable19] Add php docs build script
Diffstat (limited to 'lib/public/FullTextSearch/Model/IIndexDocument.php')
-rw-r--r--lib/public/FullTextSearch/Model/IIndexDocument.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/FullTextSearch/Model/IIndexDocument.php b/lib/public/FullTextSearch/Model/IIndexDocument.php
index cc9e6a71782..cbc44f73031 100644
--- a/lib/public/FullTextSearch/Model/IIndexDocument.php
+++ b/lib/public/FullTextSearch/Model/IIndexDocument.php
@@ -40,8 +40,6 @@ namespace OCP\FullTextSearch\Model;
* generated. As an example, an original document can be a file, a mail, ...
*
* @since 15.0.0
- *
- * @package OC\FullTextSearch\Model
*/
interface IIndexDocument {
public const NOT_ENCODED = 0;