diff options
Diffstat (limited to 'Guard/Token/PreAuthenticationGuardToken.php')
-rw-r--r-- | Guard/Token/PreAuthenticationGuardToken.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Guard/Token/PreAuthenticationGuardToken.php b/Guard/Token/PreAuthenticationGuardToken.php index 1bfe639..8950f93 100644 --- a/Guard/Token/PreAuthenticationGuardToken.php +++ b/Guard/Token/PreAuthenticationGuardToken.php @@ -5,7 +5,7 @@ namespace Symfony\Component\Security\Guard\Token; use Symfony\Component\Security\Core\Authentication\Token\AbstractToken; /** - * The token used by the guard auth system before authentication + * The token used by the guard auth system before authentication. * * The GuardAuthenticationListener creates this, which is then consumed * immediately by the GuardAuthenticationProvider. If authentication is |