Typo in docblock

This commit is contained in:
Anderson Müller 2013-12-06 11:17:41 +01:00
parent 619d755008
commit 9b9cf79f39

View File

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