Added missing `

This commit is contained in:
Alex Bilbie 2014-12-27 23:35:33 +00:00
parent e0c8bd2ca1
commit 7d037a2cb7

View File

@ -85,7 +85,7 @@ When `$server->isValidRequest()` is called the library will run the following ta
* Check if an access token is present in the query string
* If not, check if an access token is contained in an `authorization` header.
* If not, throw League\OAuth2\Server\Exception\InvalidAccessTokenException`
* If not, throw `League\OAuth2\Server\Exception\InvalidAccessTokenException`
* Check if the access token is valid with the database
* If not, throw `League\OAuth2\Server\Exception\AccessDeniedException`
* If the access token is valid: