Skip to content

Commit a90feab

Browse files
[HttpFoundation] fix return type declarations
1 parent 252ac05 commit a90feab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RememberMe/RememberMeServicesInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ interface RememberMeServicesInterface
4646
* make sure to throw an AuthenticationException as this will consequentially
4747
* result in a call to loginFail() and therefore an invalidation of the cookie.
4848
*
49-
* @return TokenInterface
49+
* @return TokenInterface|null
5050
*/
5151
public function autoLogin(Request $request);
5252

0 commit comments

Comments
 (0)