Parcourir la source

Change return type to correct type

Signed-off-by: Anna Larch <anna@nextcloud.com>
Anna Larch il y a 2 ans
Parent
commit
926fb5b3de
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      apps/dav/lib/DAV/GroupPrincipalBackend.php

+ 1 - 1
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) {