diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index 14520c1c6f..2d2590a7c1 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -273,10 +273,6 @@ UPGRADE FROM 2.x to 3.0 echo $form->getErrors(true, false); ``` - ```php - echo $form->getErrors(true, false); - ``` - ### FrameworkBundle * The `getRequest` method of the base `Controller` class has been deprecated