fix container operations within tests

This commit is contained in:
2024-04-04 22:26:42 +02:00
parent 92800f5dd0
commit 553fb271e4
6 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ class RoleProvider
/**
* @var iterable<ProvideRoleInterface>
*/
private iterable $providers
private readonly iterable $providers
) {}
public function getRoles(): array