diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-08-30 14:58:19 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-08-30 14:58:19 +0200 |
commit | 564be0f954e0aa17bd2f51f408380e1940de5cfc (patch) | |
tree | 8016b950b4fbab8da9252931118bc33952c8480f /Http | |
parent | 1470a1a7f44c24eaa288a6dd7d43f4a51d8045dd (diff) | |
download | symfony-security-564be0f954e0aa17bd2f51f408380e1940de5cfc.zip symfony-security-564be0f954e0aa17bd2f51f408380e1940de5cfc.tar.gz symfony-security-564be0f954e0aa17bd2f51f408380e1940de5cfc.tar.bz2 |
[Security] fixed some phpdoc
Diffstat (limited to 'Http')
-rw-r--r-- | Http/Firewall/SwitchUserListener.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Http/Firewall/SwitchUserListener.php b/Http/Firewall/SwitchUserListener.php index bad6b2b..7700096 100644 --- a/Http/Firewall/SwitchUserListener.php +++ b/Http/Firewall/SwitchUserListener.php @@ -68,11 +68,11 @@ class SwitchUserListener implements ListenerInterface } /** - * Handles digest authentication. + * Handles the switch to another user. * * @param GetResponseEvent $event A GetResponseEvent instance * - * @throws \LogicException + * @throws \LogicException if switching to a user failed */ public function handle(GetResponseEvent $event) { |