8000 merged branch KaipiYann/Fix-DocBlock-attemptAuthentication (PR #4996) · gedrox/symfony@6c256b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c256b0

Browse files
committed
merged branch KaipiYann/Fix-DocBlock-attemptAuthentication (PR symfony#4996)
Commits ------- 134cc84 [Security] Fix DocBlock of attemptAuthentication Discussion ---------- [Security] Fix DocBlock of attemptAuthentication Bug fix: no Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: Todo: - License of the code: MIT Documentation PR: -
2 parents 70477b7 + 134cc84 commit 6c256b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ protected function requiresAuthentication(Request $request)
170170
*
171171
* @param Request $request A Request instance
172172
*
173-
* @return TokenInterface The authenticated token, or null if full authentication is not possible
173+
* @return TokenInterface|Response|null The authenticated token, null if full authentication is not possible, or a Response
174174
*
175175
* @throws AuthenticationException if the authentication fails
176176
*/

0 commit comments

Comments
 (0)
0