Completed
Push — master ( d4a0af...760b28 )
by Blizzz
25:12 queued 24:34
created
lib/private/Group/MetaData.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,6 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.
lib/private/Group/Database.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -380,7 +380,6 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.