summaryrefslogtreecommitdiffstats
path: root/lib/public/iconfig.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-10-27 13:38:40 +0100
committerLukas Reschke <lukas@owncloud.com>2014-10-27 13:38:40 +0100
commitf7c393fa9f86730cd74fcce9d26bdce008514c7f (patch)
treebe7160e08c8023a82e70bcd407d4088b376fb738 /lib/public/iconfig.php
parent25a4b5a93581800887fceef7444b0d3702e4f018 (diff)
downloadnextcloud-server-f7c393fa9f86730cd74fcce9d26bdce008514c7f.tar.gz
nextcloud-server-f7c393fa9f86730cd74fcce9d26bdce008514c7f.zip
Fix PHPDoc
Stop my IDE and Scrutinizer from complaining.
Diffstat (limited to 'lib/public/iconfig.php')
-rw-r--r--lib/public/iconfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/iconfig.php b/lib/public/iconfig.php
index 404cf030dee..554fee5b22f 100644
--- a/lib/public/iconfig.php
+++ b/lib/public/iconfig.php
@@ -46,7 +46,7 @@ interface IConfig {
* Looks up a system wide defined value
*
* @param string $key the key of the value, under which it was saved
- * @param string $default the default value to be returned if the value isn't set
+ * @param mixed $default the default value to be returned if the value isn't set
* @return mixed the value or $default
*/
public function getSystemValue($key, $default = '');