]> source.dussan.org Git - nextcloud-server.git/commitdiff
Change return type to correct type 29246/head
authorAnna Larch <anna@nextcloud.com>
Thu, 14 Oct 2021 18:52:04 +0000 (20:52 +0200)
committerAnna Larch <anna@nextcloud.com>
Thu, 14 Oct 2021 19:05:25 +0000 (21:05 +0200)
Signed-off-by: Anna Larch <anna@nextcloud.com>
apps/dav/lib/DAV/GroupPrincipalBackend.php

index 6317fc59cc2e742c002e287f2050acfbf6bb7921..f1f15fd61a6d7a69ec7510b0588ec2412b452392 100644 (file)
@@ -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) {