fixed a namespace in the upgrade file

This commit is contained in:
Christian Raue 2015-08-12 19:27:52 +02:00
parent f1d588512f
commit f4a785bfb3
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ Form
}
```
* `Symfony\Component\Form\Extension\Core\ChoiceList\View\ChoiceView` was
* `Symfony\Component\Form\Extension\Core\View\ChoiceView` was
deprecated and will be removed in Symfony 3.0. You should use
`Symfony\Component\Form\ChoiceList\View\ChoiceView` instead.
The constructor arguments of the new class are in the same order than in the