From 730efe25a4c386b2d2e4c1d1b0d16a71be7b9f28 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 1 Apr 2015 12:13:49 +0200 Subject: Make scrutinizer happy --- lib/public/iconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public/iconfig.php') diff --git a/lib/public/iconfig.php b/lib/public/iconfig.php index c63ba1a90a6..f28a114a2bb 100644 --- a/lib/public/iconfig.php +++ b/lib/public/iconfig.php @@ -133,7 +133,7 @@ interface 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 = ''); -- cgit v1.2.3