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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Http/Logout/LogoutHandlerInterface.php b/Http/Logout/LogoutHandlerInterface.php
index 6d5c519..079cc00 100644
--- a/Http/Logout/LogoutHandlerInterface.php
+++ b/Http/Logout/LogoutHandlerInterface.php
@@ -30,6 +30,7 @@ interface LogoutHandlerInterface
* @param Request $request
* @param Response $response
* @param TokenInterface $token
+ *
* @return void
*/
function logout(Request $request, Response $response, TokenInterface $token);