Skip to content

Commit

Permalink
Merge pull request #57 from GabGr25/master
Browse files Browse the repository at this point in the history
The restoreToken function return type can be null
  • Loading branch information
kamermans authored May 2, 2024
2 parents a533dba + e30f755 commit 16f2fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Persistence/TokenPersistenceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface TokenPersistenceInterface
*
* @param TokenInterface $token
*
* @return TokenInterface Restored token
* @return ?TokenInterface Restored token
*/
public function restoreToken(TokenInterface $token);

Expand Down

0 comments on commit 16f2fb2

Please sign in to comment.