aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/FullTextSearch/Model
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/FullTextSearch/Model')
-rw-r--r--lib/private/FullTextSearch/Model/IndexDocument.php2
-rw-r--r--lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php1
2 files changed, 0 insertions, 3 deletions
diff --git a/lib/private/FullTextSearch/Model/IndexDocument.php b/lib/private/FullTextSearch/Model/IndexDocument.php
index 7c7847b7463..252aa66395a 100644
--- a/lib/private/FullTextSearch/Model/IndexDocument.php
+++ b/lib/private/FullTextSearch/Model/IndexDocument.php
@@ -922,7 +922,6 @@ class IndexDocument implements IIndexDocument, JsonSerializable {
* @return array
*/
final public function getInfoAll(): array {
-
$info = [];
foreach ($this->info as $k => $v) {
if (substr($k, 0, 1) === '_') {
@@ -989,5 +988,4 @@ class IndexDocument implements IIndexDocument, JsonSerializable {
'score' => $this->getScore()
];
}
-
}
diff --git a/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php b/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php
index 19be494d82f..c015c4c1579 100644
--- a/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php
+++ b/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php
@@ -178,5 +178,4 @@ final class SearchRequestSimpleQuery implements ISearchRequestSimpleQuery, JsonS
'values' => $this->getValues()
];
}
-
}