From 6ae83a72cd87bc9b493b885eebd12f99d9a4bd76 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Wed, 26 Aug 2020 12:35:27 +0200 Subject: Remove wrongly annotated package names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/public/FullTextSearch/Model/IIndexDocument.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/public/FullTextSearch/Model/IIndexDocument.php') 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; -- cgit v1.2.3