Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix types in docblocks
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc authored and CarlSchwan committed Oct 20, 2022
commit 150e6adbc55df2d3003a82fca5fd3fc92bb16152
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