Skip to content

Commit

Permalink
The restoreToken function return type can be null
Browse files Browse the repository at this point in the history
  • Loading branch information
GabGr25 committed Nov 30, 2023
1 parent 10b5cf2 commit e30f755
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 e30f755

Please sign in to comment.