Merge pull request #122 from andersonamuller/patch-1

Typo in docblock
This commit is contained in:
Alex Bilbie 2013-12-06 02:27:51 -08:00
commit 227707c5dc

View File

@ -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)
*/