Completed
Push — master ( 8fb28d...75b4b0 )
by Tobias
03:23
created
Controller/AdminController.php 2 patches
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,6 @@  discard block
 block discarded – undo
56 56
     /**
57 57
      * This action revokes the authentication token. This make sure the token can not be used on any other site.
58 58
      *
59
-     * @param Request $request
60 59
      * @param $name
61 60
      *
62 61
      * @return Response
@@ -78,7 +77,6 @@  discard block
 block discarded – undo
78 77
     /**
79 78
      * This action removes the authentication token form the storage.
80 79
      *
81
-     * @param Request $request
82 80
      * @param $name
83 81
      *
84 82
      * @return Response
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Happyr\GoogleSiteAuthenticatorBundle\Controller;
4 4
 
5
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
6 5
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
7 6
 use Symfony\Component\HttpFoundation\Request;
8 7
 use Symfony\Component\HttpFoundation\Response;
Please login to merge, or discard this patch.