Skip to content

Commit d70c9aa

Browse files
author
Jérôme Parmentier
committed
[Validator] Fix little typo in ExecutionContextInterface::buildViolation() method comments
1 parent b3ff581 commit d70c9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Context/ExecutionContextInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ interface ExecutionContextInterface extends LegacyExecutionContextInterface
6666
* Call {@link ConstraintViolationBuilderInterface::addViolation()} to
6767
* add the violation when you're done with the configuration:
6868
*
69-
* $context->buildViolation('Please enter a number between %min% and %max.')
69+
* $context->buildViolation('Please enter a number between %min% and %max%.')
7070
* ->setParameter('%min%', 3)
7171
* ->setParameter('%max%', 10)
7272
* ->setTranslationDomain('number_validation')

0 commit comments

Comments
 (0)