mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
apply rector rules
This commit is contained in:
@@ -19,17 +19,15 @@ class RoleProvider
|
||||
/**
|
||||
* @var ProvideRoleInterface[]
|
||||
*/
|
||||
private $providers = [];
|
||||
private array $providers = [];
|
||||
|
||||
/**
|
||||
* an array where keys are the role, and value is the title
|
||||
* for the given role.
|
||||
*
|
||||
* Null when not initialized.
|
||||
*
|
||||
* @var array|null
|
||||
*/
|
||||
private $rolesTitlesCache;
|
||||
private ?array $rolesTitlesCache = null;
|
||||
|
||||
/**
|
||||
* Add a role provider.
|
||||
|
Reference in New Issue
Block a user