Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-08-26 17:59:40 +0300
committerJulius Härtl <jus@bitgrid.net>2020-08-26 17:59:40 +0300
commit45a474071e2245a3d2c31a193a02e707c53c5790 (patch)
tree55c1e7c1ecec34a0f044017c330a61b254bb8fc0 /lib/public/Files_FullTextSearch
parent94c0ca4b8ca75802bcecffa19fea9d5e14545c35 (diff)
Remove @package annotations from public namespace
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/public/Files_FullTextSearch')
-rw-r--r--lib/public/Files_FullTextSearch/Model/AFilesDocument.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Files_FullTextSearch/Model/AFilesDocument.php b/lib/public/Files_FullTextSearch/Model/AFilesDocument.php
index 33558a632e9..d9c4a02ea5c 100644
--- a/lib/public/Files_FullTextSearch/Model/AFilesDocument.php
+++ b/lib/public/Files_FullTextSearch/Model/AFilesDocument.php
@@ -48,7 +48,6 @@ use OCP\FullTextSearch\Model\IIndexDocument;
*
* @since 15.0.0
*
- * @package OCP\Files_FullTextSearch\Model
*/
abstract class AFilesDocument extends IndexDocument {