@@ -15,7 +15,6 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 |