Skip to content

Commit 77e01ce

Browse files
CS fix
1 parent 8a39d97 commit 77e01ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Authenticator/AuthenticatorInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ public function supports(Request $request): ?bool;
5151
* You may throw any AuthenticationException in this method in case of error (e.g.
5252
* a UserNotFoundException when the user cannot be found).
5353
*
54-
* @throws AuthenticationException
55-
*
5654
* @return Passport
55+
*
56+
* @throws AuthenticationException
5757
*/
5858
public function authenticate(Request $request); /* : Passport; */
5959

0 commit comments

Comments
 (0)