mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 11:33:49 +00:00
PHP CS Fixer updated (3.63.1 -> v3.64.0)
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