Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc40ebf6

Browse files
nunojsferreiraweaverryan
authored andcommitted
Remove quote marks on basic usage
Being the min and max numbers the quote marks make no sense.
1 parentfe0c7d7 commitc40ebf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎reference/constraints/Range.rst‎

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp