diff options
Diffstat (limited to 'Http/Logout/SessionLogoutHandler.php')
-rw-r--r-- | Http/Logout/SessionLogoutHandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Logout/SessionLogoutHandler.php b/Http/Logout/SessionLogoutHandler.php index e91cf17..e036c5f 100644 --- a/Http/Logout/SessionLogoutHandler.php +++ b/Http/Logout/SessionLogoutHandler.php @@ -23,7 +23,7 @@ use Symfony\Component\HttpFoundation\Request; class SessionLogoutHandler implements LogoutHandlerInterface { /** - * Invalidate the current session + * Invalidate the current session. * * @param Request $request * @param Response $response |