diff --git a/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php b/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php index bad6b2b7cc..77000968e1 100644 --- a/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php +++ b/src/Symfony/Component/Security/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) {