summaryrefslogtreecommitdiffstats
path: root/Http/Logout/LogoutSuccessHandlerInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Http/Logout/LogoutSuccessHandlerInterface.php')
-rw-r--r--Http/Logout/LogoutSuccessHandlerInterface.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/Http/Logout/LogoutSuccessHandlerInterface.php b/Http/Logout/LogoutSuccessHandlerInterface.php
index 21dbb81..e3e80bc 100644
--- a/Http/Logout/LogoutSuccessHandlerInterface.php
+++ b/Http/Logout/LogoutSuccessHandlerInterface.php
@@ -21,9 +21,8 @@ interface LogoutSuccessHandlerInterface
/**
* Creates a Response object to send upon a successful logout.
*
- * @param GetResponseEvent $event
* @param Request $request
* @return Response never null
*/
- function onLogoutSuccess(GetResponseEvent $event, Request $request);
+ function onLogoutSuccess(Request $request);
} \ No newline at end of file