File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ an array of items is one of those valid choices.
1717| | - `multipleMessage `_ |
1818| | - `minMessage `_ |
1919| | - `maxMessage `_ |
20- | | - `strict `_ |
2120| | - `payload `_ |
2221+----------------+----------------------------------------------------------------------+
2322| Class | :class: `Symfony\\ Component\\ Validator\\ Constraints\\ Choice ` |
@@ -360,13 +359,4 @@ maxMessage
360359This is the validation error message that's displayed when the user chooses
361360too many options per the `max `_ option.
362361
363- strict
364- ~~~~~~
365-
366- **type **: ``boolean `` **default **: ``true ``
367-
368- The validator will also check the type of the input value. Specifically,
369- this value is passed to as the third argument to the PHP :phpfunction: `in_array `
370- method when checking to see if a value is in the valid choices array.
371-
372362.. include :: /reference/constraints/_payload-option.rst.inc
You can’t perform that action at this time.
0 commit comments