Completed
Pull Request — dev (#50)
by
unknown
07:48
created
src/AppBundle/Controller/FormRequestController.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,6 @@
 block discarded – undo
68 68
      * @Method("PUT")
69 69
      *
70 70
      * @param Request     $request
71
-     * @param FormRequest $formRequest
72 71
      *
73 72
      */
74 73
     public function activationAction(Request $request)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
12 12
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
13 13
 use Symfony\Component\Form\Extension\Core\Type\SubmitType;
14
-use Symfony\Component\HttpFoundation\RedirectResponse;
15 14
 use Symfony\Component\HttpFoundation\Request;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.
src/AppBundle/Form/FormRequestType.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace AppBundle\Form;
4 4
 
5 5
 use Symfony\Component\Form\AbstractType;
6
-use Symfony\Component\Form\Extension\Core\Type\ButtonType;
7
-use Symfony\Component\Form\Extension\Core\Type\SubmitType;
8 6
 use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
9 7
 use Symfony\Component\Form\FormBuilderInterface;
10 8
 use Symfony\Component\OptionsResolver\OptionsResolver;
Please login to merge, or discard this patch.