mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 04:53:49 +00:00
Apply rector rules + fix CS
This commit is contained in:
@@ -69,7 +69,7 @@ final class BirthdateValidatorTest extends ConstraintValidatorTestCase
|
||||
return new BirthdateValidator(
|
||||
new ParameterBag(['chill_person' => ['validation' => ['birthdate_not_after' => 'P1D']]]),
|
||||
new MockClock(new \DateTimeImmutable('2023-08-30T14:12:00'))
|
||||
);
|
||||
);
|
||||
}
|
||||
|
||||
private function createConstraint()
|
||||
|
Reference in New Issue
Block a user