We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ff581 commit d70c9aaCopy full SHA for d70c9aa
Context/ExecutionContextInterface.php
@@ -66,7 +66,7 @@ interface ExecutionContextInterface extends LegacyExecutionContextInterface
66
* Call {@link ConstraintViolationBuilderInterface::addViolation()} to
67
* add the violation when you're done with the configuration:
68
*
69
- * $context->buildViolation('Please enter a number between %min% and %max.')
+ * $context->buildViolation('Please enter a number between %min% and %max%.')
70
* ->setParameter('%min%', 3)
71
* ->setParameter('%max%', 10)
72
* ->setTranslationDomain('number_validation')
0 commit comments