mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-04 03:02:41 +05:30
Typo in docblock
This commit is contained in:
parent
619d755008
commit
9b9cf79f39
@ -208,7 +208,7 @@ interface SessionInterface
|
||||
* AND refresh_token_expires >= UNIX_TIMESTAMP(NOW()) AND client_id = :clientId
|
||||
* </code>
|
||||
*
|
||||
* @param string $refreshToken The access token
|
||||
* @param string $refreshToken The refresh token
|
||||
* @param string $clientId The client ID
|
||||
* @return int|bool The ID of the access token the refresh token is linked to (or false if invalid)
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user