summaryrefslogtreecommitdiffstats
path: root/Http/Logout/LogoutHandlerInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Http/Logout/LogoutHandlerInterface.php')
-rw-r--r--Http/Logout/LogoutHandlerInterface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Http/Logout/LogoutHandlerInterface.php b/Http/Logout/LogoutHandlerInterface.php
index 1d420b0..e3f0995 100644
--- a/Http/Logout/LogoutHandlerInterface.php
+++ b/Http/Logout/LogoutHandlerInterface.php
@@ -27,8 +27,8 @@ interface LogoutHandlerInterface
* to be logged out. Usually, you would unset session variables, or remove
* cookies, etc.
*
- * @param Request $request
- * @param Response $response
+ * @param Request $request
+ * @param Response $response
* @param TokenInterface $token
* @return void
*/