mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Remove unused method
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
ef60257110
commit
f4885ee3ba
1 changed files with 0 additions and 14 deletions
|
|
@ -120,20 +120,6 @@ class Wizard extends LDAPUtility {
|
|||
return (int)$result;
|
||||
}
|
||||
|
||||
/**
|
||||
* formats the return value of a count operation to the string to be
|
||||
* inserted.
|
||||
*
|
||||
* @param int $count
|
||||
* @return string
|
||||
*/
|
||||
private function formatCountResult(int $count): string {
|
||||
if ($count > 1000) {
|
||||
return '> 1000';
|
||||
}
|
||||
return (string)$count;
|
||||
}
|
||||
|
||||
public function countGroups() {
|
||||
$filter = $this->configuration->ldapGroupFilter;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue