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 10b5cf2 commit e30f755Copy full SHA for e30f755
src/Persistence/TokenPersistenceInterface.php
@@ -11,7 +11,7 @@ interface TokenPersistenceInterface
11
*
12
* @param TokenInterface $token
13
14
- * @return TokenInterface Restored token
+ * @return ?TokenInterface Restored token
15
*/
16
public function restoreToken(TokenInterface $token);
17
0 commit comments