Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2021-10-14 21:52:04 +0300
committerAnna Larch <anna@nextcloud.com>2021-10-14 22:05:25 +0300
commit926fb5b3de114239632a4e32ac81916dcc696867 (patch)
tree820bd1497ef725e908261cc628a18fb02351115e /apps/dav/lib
parent67baaaaff937158f8c418a8f7265f9687d8d7403 (diff)
Change return type to correct type
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'apps/dav/lib')
-rw-r--r--apps/dav/lib/DAV/GroupPrincipalBackend.php2
1 files changed, 1 insertions, 1 deletions
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) {