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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-10-03 16:09:16 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-10-03 16:09:16 +0300
commit325c46ff2660b8170233cad96cbaff9230742cdd (patch)
tree273056ab61693fbe268ca7bb0b77c3eb636d8d96 /lib
parentc6f414d35518bdaa7e09c33c791a33b67319c3d4 (diff)
cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/IFullTextSearchProvider.php2
-rw-r--r--lib/Service/ConfigService.php6
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/IFullTextSearchProvider.php b/lib/IFullTextSearchProvider.php
index 91c4c42..57089ba 100644
--- a/lib/IFullTextSearchProvider.php
+++ b/lib/IFullTextSearchProvider.php
@@ -96,7 +96,9 @@ interface IFullTextSearchProvider {
/**
* fill a chunk of documents with more content, prior to index.
+ *
* @deprecated
+ *
* @param IndexDocument[] $chunk
*
* @return IndexDocument[]
diff --git a/lib/Service/ConfigService.php b/lib/Service/ConfigService.php
index d0aab26..8462831 100644
--- a/lib/Service/ConfigService.php
+++ b/lib/Service/ConfigService.php
@@ -41,9 +41,9 @@ class ConfigService {
/** @var array */
public $defaults = [
- self::SEARCH_PLATFORM => '',
- self::APP_NAVIGATION => '0',
- self::PROVIDER_INDEXED => '',
+ self::SEARCH_PLATFORM => '',
+ self::APP_NAVIGATION => '0',
+ self::PROVIDER_INDEXED => '',
self::CRON_LAST_ERR_RESET => '0'
];