Commit 9787e64
committed
minor #8414 Update missingFieldsMessage default value (ipatiev)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes #8414).
Discussion
----------
Update missingFieldsMessage default value
In Symfony 2.1.0 changed default value for extraFieldsMessage and missingFieldsMessage in Collection constraint
Change log:
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator/CHANGELOG.md#210
Current code: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator/Constraints/Collection.php#L36
so this is a pull request to update the doc.
Commits
-------
bb2e91b Update missingFieldsMessage default value1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
0 commit comments