diff options
Diffstat (limited to 'lib/public/iconfig.php')
-rw-r--r-- | lib/public/iconfig.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/public/iconfig.php b/lib/public/iconfig.php index fe0f1273a80..a1952ef8f84 100644 --- a/lib/public/iconfig.php +++ b/lib/public/iconfig.php @@ -128,9 +128,9 @@ interface IConfig { /** * Fetches a mapped list of userId -> value, for a specified app and key and a list of user IDs. * - * @param $appName app to get the value for - * @param $key the key to get the value for - * @param $userIds the user IDs to fetch the values for + * @param string $appName app to get the value for + * @param string $key the key to get the value for + * @param array $userIds the user IDs to fetch the values for * @return array Mapped values: userId => value */ public function getUserValueForUsers($appName, $key, $userIds); |