From 1c24ccc6352eba5e81d75d2c8dac01d284ef418d Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Tue, 18 Feb 2020 22:48:57 +0100 Subject: [PATCH] fix typo --- .../Security/Guard/Provider/GuardAuthenticationProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php b/src/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php index 26890db367..ddc8c50297 100644 --- a/src/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php +++ b/src/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php @@ -82,7 +82,7 @@ class GuardAuthenticationProvider implements AuthenticationProviderInterface return $token; } - // this AccountExpiredException causes the user to be logged out + // this causes the user to be logged out throw new AuthenticationExpiredException(); }