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 8038f94 commit ea00298Copy full SHA for ea00298
validation.md
@@ -615,9 +615,9 @@ The field under validation must match the given regular expression.
615
The field under validation must be present in the input data.
616
617
<a name="rule-required-if"></a>
618
-#### required_if:_field_,_value_,...
+#### required_if:_anotherfield_,_value_,...
619
620
-The field under validation must be present if the _field_ field is equal to any _value_.
+The field under validation must be present if the _anotherfield_ field is equal to any _value_.
621
622
<a name="rule-required-with"></a>
623
#### required_with:_foo_,_bar_,...
0 commit comments