Skip to content

Commit

Permalink
Fix types in docblocks
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc authored and CarlSchwan committed Jul 18, 2022
1 parent ba9952a commit 02cbc01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/user_ldap/lib/Group_LDAP.php
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ public function getUserGroups($uid) {
}

/**
* @return array[]
* @throws ServerNotAvailableException
*/
private function getGroupsByMember(string $dn, array &$seen = []): array {
Expand Down

0 comments on commit 02cbc01

Please sign in to comment.