Skip to content

Commit 73da1aa

Browse files
Update resources/lib/UnityGroup.php
Co-authored-by: Copilot <[email protected]>
1 parent b9c43a7 commit 73da1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnityGroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ public static function ownerMail2GID(string $email): string
471471
return self::PI_PREFIX . $ownerUid;
472472
}
473473

474-
public function getGroupMembersAttributes(array $attributes, array $default_values = [])
474+
public function getGroupMembersAttributes(array $attributes, array $default_values = []): array
475475
{
476476
return $this->LDAP->getUsersAttributes(
477477
$this->getGroupMemberUIDs(),

0 commit comments

Comments
 (0)