We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c43a7 commit 73da1aaCopy full SHA for 73da1aa
resources/lib/UnityGroup.php
@@ -471,7 +471,7 @@ public static function ownerMail2GID(string $email): string
471
return self::PI_PREFIX . $ownerUid;
472
}
473
474
- public function getGroupMembersAttributes(array $attributes, array $default_values = [])
+ public function getGroupMembersAttributes(array $attributes, array $default_values = []): array
475
{
476
return $this->LDAP->getUsersAttributes(
477
$this->getGroupMemberUIDs(),
0 commit comments