Fix whitespace issues

This commit is contained in:
Robin McCorkell 2014-05-15 21:47:28 +01:00
parent 5b1ffd7611
commit e7aebc5c32
16 changed files with 69 additions and 69 deletions

View File

@ -424,7 +424,7 @@ class Shared_Cache extends Cache {
*
* @param int $id
* @param string $pathEnd (optional) used internally for recursive calls
* @return string | null
* @return string|null
*/
public function getPathById($id, $pathEnd = '') {
// direct shares are easy

View File

@ -148,7 +148,7 @@ class Group_Proxy extends lib\Proxy 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 = '') {
return $this->handleRequest(

View File

@ -399,7 +399,7 @@ class USER_LDAP extends BackendUtility implements \OCP\UserInterface {
/**
* counts the users in LDAP
*
* @return int | bool
* @return int|bool
*/
public function countUsers() {
$filter = \OCP\Util::mb_str_replace(