Commit acf006b
committed
minor #9162 Fixed the default value of Choice strict option (javiereguiluz)
This PR was merged into the 4.0 branch.
Discussion
----------
Fixed the default value of Choice strict option
This default value changed:
In 3.4 and before, is `false`: https://github.com/symfony/symfony/blob/3.4/src/Symfony/Component/Validator/Constraints/Choice.php#L37
In 4.0 and later, is `true`: https://github.com/symfony/symfony/blob/bd6df791f74c67766c714010ad1141fd815b6cba/src/Symfony/Component/Validator/Constraints/Choice.php#L37
Commits
-------
539b843 Fixed the default value of Choice strict option1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| |||
0 commit comments