summaryrefslogtreecommitdiffstats
path: root/lib/private/group/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/group/backend.php')
-rw-r--r--lib/private/group/backend.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/private/group/backend.php b/lib/private/group/backend.php
index cc61fce1615..c1de99bca58 100644
--- a/lib/private/group/backend.php
+++ b/lib/private/group/backend.php
@@ -93,7 +93,7 @@ abstract class OC_Group_Backend implements OC_Group_Interface {
/**
* @brief Get all groups a user belongs to
* @param string $uid Name of the user
- * @return array with group names
+ * @return array an array of group names
*
* This function fetches all groups a user belongs to. It does not check
* if the user exists at all.
@@ -107,7 +107,7 @@ abstract class OC_Group_Backend implements OC_Group_Interface {
* @param string $search
* @param int $limit
* @param int $offset
- * @return array with group names
+ * @return array an array of group names
*
* Returns a list with all groups
*/
@@ -131,7 +131,7 @@ abstract class OC_Group_Backend implements OC_Group_Interface {
* @param string $search
* @param int $limit
* @param int $offset
- * @return array with user ids
+ * @return array an array of user ids
*/
public function usersInGroup($gid, $search = '', $limit = -1, $offset = 0) {
return array();