Completed
Pull Request — master (#8)
by Tobias
34:23 queued 04:41
created
Controller/AdminController.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@  discard block
 block discarded – undo
15 15
     const SESSION_KEY = 'google_token_name';
16 16
 
17 17
     /**
18
-     * @param Request $request
19 18
      *
20 19
      * @Template()
21 20
      *
@@ -63,7 +62,6 @@  discard block
 block discarded – undo
63 62
     /**
64 63
      * This action revokes the authentication token. This make sure the token can not be used on any other site.
65 64
      *
66
-     * @param Request $request
67 65
      * @param $name
68 66
      *
69 67
      * @return Response
@@ -85,7 +83,6 @@  discard block
 block discarded – undo
85 83
     /**
86 84
      * This action removes the authentication token form the storage.
87 85
      *
88
-     * @param Request $request
89 86
      * @param $name
90 87
      *
91 88
      * @return Response
Please login to merge, or discard this patch.