Skip to content

Commit d5beef3

Browse files
author
sauliusnord
committed
style
1 parent 5730ced commit d5beef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Validator/Tests/Constraints/DateTimeValidatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public function testInvalidDateTimes($format, $dateTime, $code)
9494
]);
9595

9696
$this->validator->validate($dateTime, $constraint);
97+
9798
$this->buildViolation('myMessage')
9899
->setParameter('{{ value }}', '"'.$dateTime.'"')
99100
->setParameter('{{ format }}', '"'.$format.'"')

0 commit comments

Comments
 (0)