Fixed typo

This commit is contained in:
KatharinaSt 2018-10-30 22:06:46 +01:00 committed by Nicolas Grekas
parent 0c6f671e8c
commit 5bdcda9778
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ UPGRADE FROM 2.x to 3.0
As a value for the option you must provide the fully-qualified class name (FQCN)
now as well.
* The `FormIntegrationTestCase` and `FormPerformanceTestCase` classes were moved form the `Symfony\Component\Form\Tests` namespace to the `Symfony\Component\Form\Test` namespace.
* The `FormIntegrationTestCase` and `FormPerformanceTestCase` classes were moved from the `Symfony\Component\Form\Tests` namespace to the `Symfony\Component\Form\Test` namespace.
* The constants `ROUND_HALFEVEN`, `ROUND_HALFUP` and `ROUND_HALFDOWN` in class
`NumberToLocalizedStringTransformer` were renamed to `ROUND_HALF_EVEN`,