mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Fix types in docblocks
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
7437673add
commit
150e6adbc5
1 changed files with 1 additions and 0 deletions
|
|
@ -787,6 +787,7 @@ class Group_LDAP extends BackendUtility implements GroupInterface, IGroupLDAP, I
|
|||
}
|
||||
|
||||
/**
|
||||
* @return array[]
|
||||
* @throws ServerNotAvailableException
|
||||
*/
|
||||
private function getGroupsByMember(string $dn, array &$seen = []): array {
|
||||
|
|
|
|||
Loading…
Reference in a new issue