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
diff options
context:
space:
mode:
-rw-r--r--lib/Command/Test.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Command/Test.php b/lib/Command/Test.php
index feb38f2..1ada38d 100644
--- a/lib/Command/Test.php
+++ b/lib/Command/Test.php
@@ -224,6 +224,7 @@ class Test extends ACommandBase {
* @param bool $result
*/
private function outputResult(OutputInterface $output, bool $result) {
+ $isNewLine = false;
$line = $this->convertBoolToLine($result, $isNewLine);
$this->output($output, $line, $isNewLine);
@@ -474,7 +475,7 @@ class Test extends ACommandBase {
$this->output($output, 'Updating documents access.');
$options = new IndexOptions(
[
- 'provider' => TestProvider::TEST_PROVIDER_ID,
+ 'provider' => TestProvider::TEST_PROVIDER_ID,
TestService::DOCUMENT_INDEXING_OPTION => TestService::DOCUMENT_INDEXING_ACCESS
]
);