Merge pull request #29246 from nextcloud/fix/make-psalm-happer

Change return type to correct type
This commit is contained in:
Daniel 2021-10-14 22:45:25 +02:00 committed by GitHub
commit 792a7c0992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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