8000 [Security] fixed some phpdoc · symfony/symfony@f02dbd6 · GitHub
[go: up one dir, main page]

Skip to content

Commit f02dbd6

Browse files
committed
[Security] fixed some phpdoc
1 parent 7a0eba4 commit f02dbd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ public function __construct(SecurityContextInterface $securityContext, UserProvi
6868
}
6969

7070
/**
71-
* Handles digest authentication.
71+
* Handles the switch to another user.
7272
*
7373
* @param GetResponseEvent $event A GetResponseEvent instance
7474
*
75-
* @throws \LogicException
75+
* @throws \LogicException if switching to a user failed
7676
*/
7777
public function handle(GetResponseEvent $event)
7878
{

0 commit comments

Comments
 (0)
0