mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-08 13:18:22 +00:00
fix: Strict types interfaces: VoterHelperInterface, ProvideRoleHierarchyInterface and ProvideRoleInterface.
This commit is contained in:
@@ -160,7 +160,7 @@ class EventType
|
||||
$this->roles->removeElement($role);
|
||||
}
|
||||
|
||||
public function getRoles(): array
|
||||
public function getRoles()
|
||||
{
|
||||
return $this->roles;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user