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 252ac05 commit a90feabCopy full SHA for a90feab
RememberMe/RememberMeServicesInterface.php
@@ -46,7 +46,7 @@ interface RememberMeServicesInterface
46
* make sure to throw an AuthenticationException as this will consequentially
47
* result in a call to loginFail() and therefore an invalidation of the cookie.
48
*
49
- * @return TokenInterface
+ * @return TokenInterface|null
50
*/
51
public function autoLogin(Request $request);
52
0 commit comments