mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-19 11:42:51 +00:00
update cs after php-cs-fixer upgrade
This commit is contained in:
@@ -25,7 +25,7 @@ class BirthdateValidator extends ConstraintValidator
|
||||
|
||||
public function __construct(
|
||||
private readonly ParameterBagInterface $parameterBag,
|
||||
private readonly ClockInterface $clock
|
||||
private readonly ClockInterface $clock,
|
||||
) {
|
||||
$this->interval_spec = $this->parameterBag->get('chill_person')['validation']['birthdate_not_after'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user