[Security] fixed some phpdoc

This commit is contained in:
Fabien Potencier 2013-08-30 14:58:19 +02:00
parent 7a0eba4ddc
commit f02dbd6641
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{