mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 09:47:46 +05:30
Fixed docblock
This commit is contained in:
parent
14cff9ea44
commit
18eea191ed
@ -108,7 +108,7 @@ class Session implements SessionInterface
|
||||
/**
|
||||
* Associate a refresh token with a session
|
||||
* @param int $accessTokenId The access token ID
|
||||
* @param $refreshToken The refresh token
|
||||
* @param string $refreshToken The refresh token
|
||||
* @return void
|
||||
*/
|
||||
public function associateRefreshToken($accessTokenId, $refreshToken)
|
||||
|
Loading…
Reference in New Issue
Block a user