diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2021-12-14 11:13:46 +0100 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-10-20 12:09:06 +0200 |
commit | 150e6adbc55df2d3003a82fca5fd3fc92bb16152 (patch) | |
tree | 3d4f702d494c038451f4d920bc0a34642be9c6f6 /apps | |
parent | 7437673addfe8025072b9bb8e5f2b15a406bf1e9 (diff) | |
download | nextcloud-server-150e6adbc55df2d3003a82fca5fd3fc92bb16152.tar.gz nextcloud-server-150e6adbc55df2d3003a82fca5fd3fc92bb16152.zip |
Fix types in docblocks
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/lib/Group_LDAP.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/Group_LDAP.php b/apps/user_ldap/lib/Group_LDAP.php index 96f1898c647..950f8bd3e4f 100644 --- a/apps/user_ldap/lib/Group_LDAP.php +++ b/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 { |