Fix repeated has been in two sentences

This commit is contained in:
Ariel Ferrandini 2016-01-24 00:24:43 +01:00 committed by Fabien Potencier
parent 7a90d5cd4b
commit d83c92c8bc
1 changed files with 2 additions and 2 deletions

View File

@ -234,13 +234,13 @@ UPGRADE FROM 2.x to 3.0
### Form
* The `getBlockPrefix()` method was added to the `FormTypeInterface` in replacement of
the `getName()` method which has been has been removed.
the `getName()` method which has been removed.
* The `configureOptions()` method was added to the `FormTypeInterface` in replacement
of the `setDefaultOptions()` method which has been removed.
* The `getBlockPrefix()` method was added to the `ResolvedFormTypeInterface` in
replacement of the `getName()` method which has been has been removed.
replacement of the `getName()` method which has been removed.
* The option `options` of the `CollectionType` has been removed in favor
of the `entry_options` option.