@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Doctrine\Common\Util\ClassUtils; |
| 6 | 6 | use Symfony\Component\DependencyInjection\Container; |
| 7 | 7 | use Symfony\Component\Form\Form; |
| 8 | -use Symfony\Component\OptionsResolver\OptionsResolver; |
|
| 9 | 8 | use Victoire\Bundle\BusinessEntityBundle\Entity\BusinessEntity; |
| 10 | 9 | use Victoire\Bundle\CoreBundle\Entity\View; |
| 11 | 10 | use Victoire\Bundle\CoreBundle\Event\WidgetBuildFormEvent; |
@@ -37,7 +37,6 @@ |
||
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | /** |
| 40 | - * @param array $options |
|
| 41 | 40 | */ |
| 42 | 41 | public function add($key, $value) |
| 43 | 42 | { |