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-07-24 22:00:44 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-07-24 22:00:44 +0300
commit2c30f0cfad4383d02013ee1904eafb271f9ae500 (patch)
treec0cbfe0924b0efcb29020752876c3fef4004a97e /lib
parent875d358efce5edb7bf459fb8f13ad0b893d0af35 (diff)
might be used
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/IFullTextSearchPlatform.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/IFullTextSearchPlatform.php b/lib/IFullTextSearchPlatform.php
index b62ade9..9980a4b 100644
--- a/lib/IFullTextSearchPlatform.php
+++ b/lib/IFullTextSearchPlatform.php
@@ -74,7 +74,9 @@ interface IFullTextSearchPlatform {
public function loadPlatform();
- /** no used yet */
+ /**
+ * test the search platform
+ */
public function testPlatform();