@@ -52,7 +52,6 @@ |
||
52 | 52 | * @param string $user the uid of the current user |
53 | 53 | * @param bool $isAdmin whether the current users is an admin |
54 | 54 | * @param IGroupManager $groupManager |
55 | - * @param IUserManager $userManager |
|
56 | 55 | * @param IUserSession $userSession |
57 | 56 | */ |
58 | 57 | public function __construct( |
@@ -380,7 +380,6 @@ |
||
380 | 380 | /** |
381 | 381 | * get the number of disabled users in a group |
382 | 382 | * |
383 | - * @param string $search |
|
384 | 383 | * @return int|bool |
385 | 384 | */ |
386 | 385 | public function countDisabledInGroup(string $gid): int { |