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