summaryrefslogtreecommitdiffstats
path: root/lib/Config/LegacyConfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Config/LegacyConfig.php')
-rw-r--r--lib/Config/LegacyConfig.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/Config/LegacyConfig.php b/lib/Config/LegacyConfig.php
index 02181370c..f5cd36ffb 100644
--- a/lib/Config/LegacyConfig.php
+++ b/lib/Config/LegacyConfig.php
@@ -54,7 +54,12 @@ class LegacyConfig
$this->updateInterval = 3600;
}
- public function read($configPath, $createIfNotExists = false)
+ /**
+ * @param false $createIfNotExists
+ *
+ * @return void
+ */
+ public function read($configPath, bool $createIfNotExists = false)
{
if ($this->fileSystem === null) {
return;