minor #17617 [Form] fix option name in upgrade file (xabbuh)

This PR was merged into the 2.8 branch.

Discussion
----------

[Form] fix option name in upgrade file

| Q             | A
| ------------- | ---
| Fixed tickets |
| License       | MIT

Commits
-------

0efb137 [Form] fix option name in upgrade file
This commit is contained in:
Fabien Potencier 2016-01-31 08:33:49 +01:00
commit 6232b23591
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Form
of the new `csrf_token_id` option.
* The `csrf_provider` option was deprecated and will be removed in 3.0 in favor
of the new `csrf_token_generator` option.
of the new `csrf_token_manager` option.
* The "cascade_validation" option was deprecated. Use the "constraints"
option together with the `Valid` constraint instead. Contrary to