瀏覽代碼

Change return type to correct type

Signed-off-by: Anna Larch <anna@nextcloud.com>
Anna Larch 2 年之前
父節點
當前提交
926fb5b3de
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {