Skip to content

Commit 42b8d60

Browse files
committed
Merge branch '2.7' into 2.8
2 parents a8d5dd0 + c472ea2 commit 42b8d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EntryPoint/AuthenticationEntryPointInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ interface AuthenticationEntryPointInterface
3232
*
3333
* Examples:
3434
* A) For a form login, you might redirect to the login page
35-
* return new Response('/login');
35+
* return new RedirectResponse('/login');
3636
* B) For an API token authentication system, you return a 401 response
3737
* return new Response('Auth header required', 401);
3838
*

0 commit comments

Comments
 (0)