@@ -34,7 +34,7 @@ |
||
| 34 | 34 | |
| 35 | 35 | /** |
| 36 | 36 | * {@inheritdoc} |
| 37 | - */ |
|
| 37 | + */ |
|
| 38 | 38 | public function configureOptions(OptionsResolver $resolver) |
| 39 | 39 | { |
| 40 | 40 | $resolver->setDefaults([ |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Doctrine\ORM\EntityManager; |
| 6 | 6 | use Doctrine\ORM\QueryBuilder; |
| 7 | 7 | use Symfony\Component\Form\AbstractType; |
| 8 | -use Symfony\Component\Form\FormBuilderInterface; |
|
| 9 | 8 | use Symfony\Component\HttpFoundation\Request; |
| 10 | 9 | use Symfony\Component\OptionsResolver\OptionsResolver; |
| 11 | 10 | |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | /** |
| 22 | 22 | * Constructor. |
| 23 | 23 | * |
| 24 | - * @param SecurityContext $authorizationChecker |
|
| 24 | + * @param AuthorizationChecker $authorizationChecker |
|
| 25 | 25 | * @param TwigEngine $twig |
| 26 | 26 | * @param bool $debug The debug variable environment |
| 27 | 27 | * @param TemplateMapper $templating The victoire templating |