Comment improvement

This commit is contained in:
Alex Bilbie 2016-04-09 13:53:14 +01:00
parent d7dd07cf18
commit a83c56f570

View File

@ -48,7 +48,7 @@ class BearerTokenValidator implements AuthorizationValidatorInterface
throw OAuthServerException::accessDenied('Access token could not be verified');
}
// validate
// Ensure access token hasn't expired
$data = new ValidationData();
$data->setCurrentTime(time());