mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
fixes after merge of master into upgrade-sf4
This commit is contained in:
@@ -37,9 +37,7 @@ class AccompanyingPeriodPrivacyEvent extends \Symfony\Contracts\EventDispatcher\
|
||||
{
|
||||
final public const ACCOMPANYING_PERIOD_PRIVACY_EVENT = 'chill_person.accompanying_period_privacy_event';
|
||||
|
||||
public function __construct(protected $period, protected $args = [])
|
||||
{
|
||||
}
|
||||
public function __construct(protected $period, protected $args = []) {}
|
||||
|
||||
public function getArgs(): array
|
||||
{
|
||||
|
@@ -48,9 +48,7 @@ class PrivacyEvent extends \Symfony\Contracts\EventDispatcher\Event
|
||||
/**
|
||||
* PrivacyEvent constructor.
|
||||
*/
|
||||
public function __construct(private readonly Person $person, private readonly array $args = ['action' => 'show'])
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly Person $person, private readonly array $args = ['action' => 'show']) {}
|
||||
|
||||
public function addPerson(Person $person)
|
||||
{
|
||||
|
Reference in New Issue
Block a user