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:
Diffstat (limited to 'lib/public/FullTextSearch/IFullTextSearchManager.php')
-rw-r--r--lib/public/FullTextSearch/IFullTextSearchManager.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/FullTextSearch/IFullTextSearchManager.php b/lib/public/FullTextSearch/IFullTextSearchManager.php
index e420e91f3a1..c66712dbe1f 100644
--- a/lib/public/FullTextSearch/IFullTextSearchManager.php
+++ b/lib/public/FullTextSearch/IFullTextSearchManager.php
@@ -184,6 +184,4 @@ interface IFullTextSearchManager {
* @return ISearchResult[]
*/
public function search(array $request, string $userId = ''): array;
-
-
}