Remove spaces around | operator in doc block.

This commit is contained in:
Andreas Fischer 2014-05-15 22:41:39 +02:00 committed by Robin McCorkell
parent 6930ae22e4
commit e04d956cac
1 changed files with 1 additions and 1 deletions

View File

@ -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;