mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
DX: [rector] apply rector rule InlineConstructorDefaultToPropertyRector
This commit is contained in:
@@ -59,7 +59,7 @@ class PrivacyEvent extends Event
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
private $persons;
|
||||
private $persons = [];
|
||||
|
||||
/**
|
||||
* PrivacyEvent constructor.
|
||||
@@ -68,7 +68,6 @@ class PrivacyEvent extends Event
|
||||
{
|
||||
$this->person = $person;
|
||||
$this->args = $args;
|
||||
$this->persons = [];
|
||||
}
|
||||
|
||||
public function addPerson(Person $person)
|
||||
|
Reference in New Issue
Block a user