@@ -200,7 +200,7 @@ |
||
| 200 | 200 | * |
| 201 | 201 | * @param Request $request |
| 202 | 202 | * |
| 203 | - * @return mixed |
|
| 203 | + * @return JsonResponse |
|
| 204 | 204 | */ |
| 205 | 205 | public function confirmChangePassword(Request $request): JsonResponse |
| 206 | 206 | { |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | /** |
| 66 | 66 | * Check if a Key exists in the Session. |
| 67 | 67 | * |
| 68 | - * @param mixed $key |
|
| 68 | + * @param string $key |
|
| 69 | 69 | * |
| 70 | 70 | * @return bool |
| 71 | 71 | */ |