summaryrefslogtreecommitdiffstats
path: root/lib/private/config.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-01-17 14:40:48 +0100
committerRobin Appelman <icewind@owncloud.com>2014-01-17 14:40:48 +0100
commit6b4c3df0876a4786bbde406349746600c87e1e6b (patch)
tree2c1b02a38d7b2648d9d30e7d6aa66fbcc6b01574 /lib/private/config.php
parent16033c81235e76af2900fdc8fd9340546301d45c (diff)
downloadnextcloud-server-6b4c3df0876a4786bbde406349746600c87e1e6b.tar.gz
nextcloud-server-6b4c3df0876a4786bbde406349746600c87e1e6b.zip
Load a separate config (if present) when running unit tests
Diffstat (limited to 'lib/private/config.php')
-rw-r--r--lib/private/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/config.php b/lib/private/config.php
index caf7b1d7066..8a9d5ca6158 100644
--- a/lib/private/config.php
+++ b/lib/private/config.php
@@ -50,7 +50,7 @@ class Config {
protected $debugMode;
/**
- * @param $configDir path to the config dir, needs to end with '/'
+ * @param string $configDir path to the config dir, needs to end with '/'
*/
public function __construct($configDir) {
$this->configDir = $configDir;