diff options
author | Andreas Fischer <bantu@owncloud.com> | 2014-05-15 22:41:39 +0200 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-16 22:21:57 +0100 |
commit | e04d956cac046745e2cbbdb3f85ef31f9ff52072 (patch) | |
tree | 79f10779c54dfed373282dd2551a4be92422aea0 /apps/user_ldap | |
parent | 6930ae22e462e3fd11acbe0f103f2b9a8e8c0e20 (diff) | |
download | nextcloud-server-e04d956cac046745e2cbbdb3f85ef31f9ff52072.tar.gz nextcloud-server-e04d956cac046745e2cbbdb3f85ef31f9ff52072.zip |
Remove spaces around | operator in doc block.
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/group_ldap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php index da060626894..8b7d2823be1 100644 --- a/apps/user_ldap/group_ldap.php +++ b/apps/user_ldap/group_ldap.php @@ -288,7 +288,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface { * @brief returns the number of users in a group, who match the search term * @param string $gid the internal group name * @param string $search optional, a search string - * @return int | bool + * @return int|bool */ public function countUsersInGroup($gid, $search = '') { $cachekey = 'countUsersInGroup-'.$gid.'-'.$search; |