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.
1 parent 8a39d97 commit 77e01ceCopy full SHA for 77e01ce
Authenticator/AuthenticatorInterface.php
@@ -51,9 +51,9 @@ public function supports(Request $request): ?bool;
51
* You may throw any AuthenticationException in this method in case of error (e.g.
52
* a UserNotFoundException when the user cannot be found).
53
*
54
- * @throws AuthenticationException
55
- *
56
* @return Passport
+ *
+ * @throws AuthenticationException
57
*/
58
public function authenticate(Request $request); /* : Passport; */
59
0 commit comments