mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-03 18:51:53 +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
|
* AND refresh_token_expires >= UNIX_TIMESTAMP(NOW()) AND client_id = :clientId
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
* @param string $refreshToken The access token
|
* @param string $refreshToken The refresh token
|
||||||
* @param string $clientId The client ID
|
* @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)
|
* @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