Skip to content

Commit 16f2fb2

Browse files
authored
Merge pull request #57 from GabGr25/master
The restoreToken function return type can be null
2 parents a533dba + e30f755 commit 16f2fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Persistence/TokenPersistenceInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface TokenPersistenceInterface
1111
*
1212
* @param TokenInterface $token
1313
*
14-
* @return TokenInterface Restored token
14+
* @return ?TokenInterface Restored token
1515
*/
1616
public function restoreToken(TokenInterface $token);
1717

0 commit comments

Comments
 (0)