fix: Strict types interfaces: VoterHelperInterface, ProvideRoleHierarchyInterface and ProvideRoleInterface.

This commit is contained in:
Pol Dellaiera 2021-11-23 11:39:45 +01:00
parent 328b4c4596
commit 1e804f351c
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -160,7 +160,7 @@ class EventType
$this->roles->removeElement($role);
}
public function getRoles(): array
public function getRoles()
{
return $this->roles;
}