Fix types in docblocks

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/30223/head
Côme Chilliet 4 years ago committed by Carl Schwan
parent 7437673add
commit 150e6adbc5
  1. 1
      apps/user_ldap/lib/Group_LDAP.php

@ -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…
Cancel
Save