From 9b9cf79f39849b9c09e6736f26c32258aa372986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anderson=20M=C3=BCller?= Date: Fri, 6 Dec 2013 11:17:41 +0100 Subject: [PATCH] Typo in docblock --- src/League/OAuth2/Server/Storage/SessionInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/League/OAuth2/Server/Storage/SessionInterface.php b/src/League/OAuth2/Server/Storage/SessionInterface.php index 051c4dbb..f40b1406 100644 --- a/src/League/OAuth2/Server/Storage/SessionInterface.php +++ b/src/League/OAuth2/Server/Storage/SessionInterface.php @@ -208,7 +208,7 @@ interface SessionInterface * AND refresh_token_expires >= UNIX_TIMESTAMP(NOW()) AND client_id = :clientId * * - * @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) */