mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
Upgrade changes from master to last rector rules
This commit is contained in:
@@ -42,8 +42,11 @@ class MembersEditor
|
||||
|
||||
private array $persistables = [];
|
||||
|
||||
public function __construct(private readonly ValidatorInterface $validator, private readonly ?\Chill\PersonBundle\Entity\Household\Household $household, private readonly EventDispatcherInterface $eventDispatcher)
|
||||
{
|
||||
public function __construct(
|
||||
private readonly ValidatorInterface $validator,
|
||||
private readonly ?\Chill\PersonBundle\Entity\Household\Household $household,
|
||||
private readonly EventDispatcherInterface $eventDispatcher
|
||||
) {
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -160,8 +163,6 @@ class MembersEditor
|
||||
*
|
||||
* Makes a person leave the household **associated with this editor**.
|
||||
*
|
||||
* @param DateTimeImmutable $date
|
||||
* @param Person $person
|
||||
* @return $this
|
||||
*/
|
||||
public function leaveMovement(
|
||||
|
Reference in New Issue
Block a user