diff options
Diffstat (limited to 'Guard/Token/GuardTokenInterface.php')
-rw-r--r-- | Guard/Token/GuardTokenInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Guard/Token/GuardTokenInterface.php b/Guard/Token/GuardTokenInterface.php index f4afb70..de3d086 100644 --- a/Guard/Token/GuardTokenInterface.php +++ b/Guard/Token/GuardTokenInterface.php @@ -3,7 +3,7 @@ namespace Symfony\Component\Security\Guard\Token; /** - * An empty interface that both guard tokens implement + * An empty interface that both guard tokens implement. * * This interface is used by the GuardAuthenticationProvider to know * that a token belongs to its system. |