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()
1 parent 7537a03 commit 871b8f9Copy full SHA for 871b8f9
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