@@ -35,7 +35,6 @@ |
||
| 35 | 35 | use Symfony\Component\Form\FormBuilderInterface; |
| 36 | 36 | use Symfony\Component\Form\FormEvent; |
| 37 | 37 | use Symfony\Component\Form\FormEvents; |
| 38 | -use Symfony\Component\HttpFoundation\RequestStack; |
|
| 39 | 38 | use Symfony\Component\OptionsResolver\OptionsResolver; |
| 40 | 39 | use Symfony\Component\Validator\Constraints as Assert; |
| 41 | 40 | |
@@ -25,6 +25,7 @@ |
||
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | 27 | * @param string $type |
| 28 | + * @param string|null $message |
|
| 28 | 29 | */ |
| 29 | 30 | private function __construct($type, $message) |
| 30 | 31 | { |