8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AuthenticatorInterface::authenticate()
2 parents 0cd2117 + 9330c19 commit f7e1546Copy full SHA for f7e1546
src/Symfony/Component/Security/Http/Authenticator/AuthenticatorInterface.php
@@ -47,10 +47,8 @@ public function supports(Request $request): ?bool;
47
* a UserNotFoundException when the user cannot be found).
48
*
49
* @throws AuthenticationException
50
- *
51
- * @return Passport
52
*/
53
- public function authenticate(Request $request); /*: Passport;*/
+ public function authenticate(Request $request): Passport;
54
55
/**
56
* Create an authenticated token for the given user.
0 commit comments