mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
apply rector rules
This commit is contained in:
@@ -46,10 +46,7 @@ class PrivacyEvent extends \Symfony\Contracts\EventDispatcher\Event
|
||||
{
|
||||
final public const PERSON_PRIVACY_EVENT = 'chill_person.privacy_event';
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
private $persons = [];
|
||||
private array $persons = [];
|
||||
|
||||
/**
|
||||
* PrivacyEvent constructor.
|
||||
|
Reference in New Issue
Block a user