Skip to content
Snippets Groups Projects
Commit e04d956c authored by Andreas Fischer's avatar Andreas Fischer Committed by Robin McCorkell
Browse files

Remove spaces around | operator in doc block.

parent 6930ae22
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment