diff options
Diffstat (limited to 'lib/private/user/interface.php')
-rw-r--r-- | lib/private/user/interface.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/user/interface.php b/lib/private/user/interface.php index eee18aea167..80da765cd9f 100644 --- a/lib/private/user/interface.php +++ b/lib/private/user/interface.php @@ -46,7 +46,7 @@ interface OC_User_Interface { /** * @brief Get a list of all users - * @return array with all uids + * @return array an array of all uids * * Get a list of all users. */ @@ -68,7 +68,7 @@ interface OC_User_Interface { /** * @brief Get a list of all display names - * @return array with all displayNames (value) and the corresponding uids (key) + * @return array an array of all displayNames (value) and the corresponding uids (key) * * Get a list of all display names and user ids. */ |