Skip to content

Commit c40ebf6

Browse files
nunojsferreiraweaverryan
authored andcommitted
Remove quote marks on basic usage
Being the min and max numbers the quote marks make no sense.
1 parent fe0c7d7 commit c40ebf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/Range.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ the following:
5151
{
5252
/**
5353
* @Assert\Range(
54-
* min = "120",
55-
* max = "180",
54+
* min = 120,
55+
* max = 180,
5656
* minMessage = "You must be at least 120cm tall to enter",
5757
* maxMessage = "You cannot be taller than 180cm to enter"
5858
* )

0 commit comments

Comments
 (0)