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

View File

@@ -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;
} }