mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #29246 from nextcloud/fix/make-psalm-happer
Change return type to correct type
This commit is contained in:
commit
792a7c0992
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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue