Change return type to correct type

Signed-off-by: Anna Larch <anna@nextcloud.com>
pull/29246/head
Anna Larch 2021-10-14 20:52:04 +07:00
parent 67baaaaff9
commit 926fb5b3de
1 changed files with 1 additions and 1 deletions

@ -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) {