diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-01 12:13:49 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-01 12:13:49 +0200 |
commit | 730efe25a4c386b2d2e4c1d1b0d16a71be7b9f28 (patch) | |
tree | 0138e7061b207582fcd163a93493b4afefa951e2 /lib/private/allconfig.php | |
parent | efcc2e87ab860c50f7904ac8e98914589a9c097a (diff) | |
download | nextcloud-server-730efe25a4c386b2d2e4c1d1b0d16a71be7b9f28.tar.gz nextcloud-server-730efe25a4c386b2d2e4c1d1b0d16a71be7b9f28.zip |
Make scrutinizer happy
Diffstat (limited to 'lib/private/allconfig.php')
-rw-r--r-- | lib/private/allconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/allconfig.php b/lib/private/allconfig.php index df75a332a13..63cc92601bb 100644 --- a/lib/private/allconfig.php +++ b/lib/private/allconfig.php @@ -253,7 +253,7 @@ class AllConfig implements \OCP\IConfig { * @param string $userId the userId of the user that we want to store the value under * @param string $appName the appName that we stored the value under * @param string $key the key under which the value is being stored - * @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 string */ public function getUserValue($userId, $appName, $key, $default = '') { |