Remove duplicate example

This commit is contained in:
Kevin Robatel 2015-07-03 16:45:06 +02:00 committed by Fabien Potencier
parent 213cd6ac60
commit e195fd7c1b
1 changed files with 0 additions and 4 deletions

View File

@ -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