From 926fb5b3de114239632a4e32ac81916dcc696867 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Thu, 14 Oct 2021 20:52:04 +0200 Subject: [PATCH] Change return type to correct type Signed-off-by: Anna Larch --- apps/dav/lib/DAV/GroupPrincipalBackend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/lib/DAV/GroupPrincipalBackend.php b/apps/dav/lib/DAV/GroupPrincipalBackend.php index 6317fc59cc2..f1f15fd61a6 100644 --- a/apps/dav/lib/DAV/GroupPrincipalBackend.php +++ b/apps/dav/lib/DAV/GroupPrincipalBackend.php @@ -125,7 +125,7 @@ class GroupPrincipalBackend implements BackendInterface { * Returns the list of members for a group-principal * * @param string $principal - * @return string[] + * @return array * @throws Exception */ public function getGroupMemberSet($principal) { -- 2.39.5