Issue #3055374 by onxze, Meenakshi.g, christinlepson, joachim, longwave, alexpott: AuthenticationManager's role in setting the current user to anonymous is not clearly documented

merge-requests/2419/head
Alex Pott 2019-11-25 16:19:21 +00:00
parent 42145b4e73
commit 7732e9d794
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ use Symfony\Component\HttpFoundation\Request;
* provider detecting credentials for its method wins. No further provider will
* get triggered.
*
* If no provider set an active user then the user is set to anonymous.
* If no provider sets an active user then the user remains anonymous.
*/
class AuthenticationManager implements AuthenticationProviderInterface, AuthenticationProviderFilterInterface, AuthenticationProviderChallengeInterface {