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.
17
17
| | - `multipleMessage `_ |
18
18
| | - `minMessage `_ |
19
19
| | - `maxMessage `_ |
20
- | | - `strict `_ |
21
20
| | - `payload `_ |
22
21
+----------------+----------------------------------------------------------------------+
23
22
| Class | :class: `Symfony\\ Component\\ Validator\\ Constraints\\ Choice ` |
@@ -360,13 +359,4 @@ maxMessage
360
359
This is the validation error message that's displayed when the user chooses
361
360
too many options per the `max `_ option.
362
361
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
-
372
362
.. include :: /reference/constraints/_payload-option.rst.inc
You can’t perform that action at this time.
0 commit comments