diff options
author | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-15 21:47:28 +0100 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-16 22:23:36 +0100 |
commit | e7aebc5c32c783f75a26f6ebc8116886a8cb55cf (patch) | |
tree | 30896945eae58ba3121bb08cc609a1bd6637844c /apps/user_ldap/user_ldap.php | |
parent | 5b1ffd761172aef168283b92eb8d45e3118620b2 (diff) | |
download | nextcloud-server-e7aebc5c32c783f75a26f6ebc8116886a8cb55cf.tar.gz nextcloud-server-e7aebc5c32c783f75a26f6ebc8116886a8cb55cf.zip |
Fix whitespace issues
Diffstat (limited to 'apps/user_ldap/user_ldap.php')
-rw-r--r-- | apps/user_ldap/user_ldap.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/user_ldap.php b/apps/user_ldap/user_ldap.php index 8a1cca4458a..7e8c557f047 100644 --- a/apps/user_ldap/user_ldap.php +++ b/apps/user_ldap/user_ldap.php @@ -372,7 +372,7 @@ class USER_LDAP extends BackendUtility implements \OCP\UserInterface { return $displayNames; } - /** + /** * @brief Check if backend implements actions * @param int $actions bitwise-or'ed actions * @return boolean @@ -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( |