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-11-01 23:30:03 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-11-01 23:30:03 +0300
commit17392ad232e8f1f39dfcaa2c005511a88ea56e2c (patch)
tree06c1d5951929e23e015d85fae1f51a539d02d605 /lib
parent2c8f5cdaf80799b5ca5cf5bc059889d302230794 (diff)
init varcompat-nc15
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-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
]
);