minor #17508 Fix repeated "has been" in two sentences of UPGRADE-3.0 file (aferrandini)

This PR was submitted for the master branch but it was merged into the 3.0 branch instead (closes #17508).

Discussion
----------

Fix repeated "has been" in two sentences of UPGRADE-3.0 file

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | N/A
| License       | MIT
| Doc PR        | N/A

In file UPGRADE-3.0 `has been` is repeated in two sentences.

Commits
-------

d83c92c Fix repeated has been in two sentences
This commit is contained in:
Fabien Potencier 2016-01-24 11:32:54 +01:00
commit 683037d06c
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.