diff options
Diffstat (limited to 'Http/Event')
-rw-r--r-- | Http/Event/InteractiveLoginEvent.php | 2 | ||||
-rw-r--r-- | Http/Event/SwitchUserEvent.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Http/Event/InteractiveLoginEvent.php b/Http/Event/InteractiveLoginEvent.php index 575352c..b5ac242 100644 --- a/Http/Event/InteractiveLoginEvent.php +++ b/Http/Event/InteractiveLoginEvent.php @@ -16,7 +16,7 @@ use Symfony\Component\EventDispatcher\Event; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; /** - * InteractiveLoginEvent + * InteractiveLoginEvent. * * @author Fabien Potencier <fabien@symfony.com> */ diff --git a/Http/Event/SwitchUserEvent.php b/Http/Event/SwitchUserEvent.php index a553154..7cf94a7 100644 --- a/Http/Event/SwitchUserEvent.php +++ b/Http/Event/SwitchUserEvent.php @@ -16,7 +16,7 @@ use Symfony\Component\Security\Core\User\UserInterface; use Symfony\Component\EventDispatcher\Event; /** - * SwitchUserEvent + * SwitchUserEvent. * * @author Fabien Potencier <fabien@symfony.com> */ |