@@ -1,11 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use BZIon\Event\Events; |
4 | -use BZIon\Event\TeamInviteEvent; |
|
5 | 4 | use BZIon\Event\TeamJoinEvent; |
6 | 5 | use BZIon\Form\Creator\InvitationFormCreator; |
7 | 6 | use Symfony\Component\HttpFoundation\RedirectResponse; |
8 | -use Symfony\Component\HttpFoundation\Response; |
|
9 | 7 | |
10 | 8 | class InvitationController extends CRUDController |
11 | 9 | { |
@@ -87,6 +87,7 @@ |
||
87 | 87 | |
88 | 88 | /** |
89 | 89 | * {@inheritdoc} |
90 | + * @param \Symfony\Component\Form\Form $form |
|
90 | 91 | */ |
91 | 92 | public function enter($form) |
92 | 93 | { |