File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ Below is a list of all available validation rules and their function:
490
490
[ Date Format] ( #rule-date-format )
491
491
[ Different] ( #rule-different )
492
492
[ Digits] ( #rule-digits )
493
- [ Digits Between] ( #rule-digits-between )
493
+ [ Digits Between] ( #rule-digits-between )
494
494
[ Distinct] ( #rule-distinct )
495
495
[ E-Mail] ( #rule-email )
496
496
[ Exists (Database)] ( #rule-exists )
@@ -606,13 +606,13 @@ The field under validation must be _numeric_ and must have an exact length of _v
606
606
<a name =" rule-digits-between " ></a >
607
607
#### digits_between:_ min_ ,_ max_
608
608
609
- The field under validation must have a length between the given _ min_ and _ max_ .
610
-
609
+ The field under validation must have a length between the given _ min_ and _ max_ .
610
+
611
611
<a name =" rule-distinct " ></a >
612
612
#### distinct
613
613
614
- When working with arrays, the field under validation must have unique values.
615
-
614
+ When working with arrays, the field under validation must not have any duplicate values.
615
+
616
616
'foo.*.id' => 'distinct'
617
617
618
618
<a name =" rule-email " ></a >
You can’t perform that action at this time.
0 commit comments