@@ -32,8 +32,8 @@ |
||
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | /** |
| 35 | - * @param $field |
|
| 36 | - * @param $locale |
|
| 35 | + * @param string $field |
|
| 36 | + * @param string $locale |
|
| 37 | 37 | * |
| 38 | 38 | * @return null|string |
| 39 | 39 | */ |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Sonata\TranslationBundle\Action; |
| 13 | 13 | |
| 14 | -use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; |
|
| 15 | 14 | use Symfony\Component\HttpFoundation\Request; |
| 16 | 15 | use Symfony\Component\HttpFoundation\RedirectResponse; |
| 17 | 16 | |