summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-09-03 12:02:17 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-09-17 10:23:43 +0200
commit3a62ffbe8860afeaef167ba8f1b455af8275faef (patch)
tree19c7e1c9a06b7f93b56061dba3cce66f8619ada5 /lib
parent7f714ba05dec8bc49fb3b7f95c74483df9224d24 (diff)
run phpcbf
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/Config/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Config/Config.php b/lib/Config/Config.php
index 727cbdb7d..97099db48 100644
--- a/lib/Config/Config.php
+++ b/lib/Config/Config.php
@@ -199,7 +199,7 @@ class Config
'updateInterval = ' .
$this->updateInterval . "\n" .
'useCronUpdates = ' .
- var_export($this->useCronUpdates, true);
+ var_export($this->useCronUpdates, true);
;
$this->fileSystem->get($configPath)->putContent($ini);