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.
2 parents b4d1c96 + 14ec141 commit cddc341Copy full SHA for cddc341
reference/constraints/Range.rst
@@ -40,8 +40,7 @@ you might add the following:
40
* @Assert\Range(
41
* min = 120,
42
* max = 180,
43
- * minMessage = "You must be at least {{ limit }}cm tall to enter",
44
- * maxMessage = "You cannot be taller than {{ limit }}cm to enter"
+ * notInRangeMessage = "You must be between {{ min }}cm and {{ max }}cm tall to enter",
45
* )
46
*/
47
protected $height;
0 commit comments