Skip to content

Commit f4885ee

Browse files
committed
Remove unused method
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent ef60257 commit f4885ee

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

apps/user_ldap/lib/Wizard.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -120,20 +120,6 @@ public function countEntries(string $filter, string $type): int {
120120
return (int)$result;
121121
}
122122

123-
/**
124-
* formats the return value of a count operation to the string to be
125-
* inserted.
126-
*
127-
* @param int $count
128-
* @return string
129-
*/
130-
private function formatCountResult(int $count): string {
131-
if ($count > 1000) {
132-
return '> 1000';
133-
}
134-
return (string)$count;
135-
}
136-
137123
public function countGroups() {
138124
$filter = $this->configuration->ldapGroupFilter;
139125

0 commit comments

Comments
 (0)