diff options
Diffstat (limited to 'Http/Session/SessionAuthenticationStrategyInterface.php')
-rw-r--r-- | Http/Session/SessionAuthenticationStrategyInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Session/SessionAuthenticationStrategyInterface.php b/Http/Session/SessionAuthenticationStrategyInterface.php index 2bc292b..9cb95d8 100644 --- a/Http/Session/SessionAuthenticationStrategyInterface.php +++ b/Http/Session/SessionAuthenticationStrategyInterface.php @@ -15,7 +15,7 @@ use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; use Symfony\Component\HttpFoundation\Request; /** - * SessionAuthenticationStrategyInterface + * SessionAuthenticationStrategyInterface. * * Implementation are responsible for updating the session after an interactive * authentication attempt was successful. |