Merge pull request #527 from thephpleague/analysis-Xpeb42

Applied fixes from StyleCI
This commit is contained in:
Alex Bilbie 2016-04-10 14:23:28 +01:00
commit 4f2dfc20b9

View File

@ -193,8 +193,8 @@ abstract class AbstractGrant implements GrantTypeInterface
/** /**
* Validate scopes in the request. * Validate scopes in the request.
* *
* @param string $scopes * @param string $scopes
* @param string $redirectUri * @param string $redirectUri
* *
* @throws \League\OAuth2\Server\Exception\OAuthServerException * @throws \League\OAuth2\Server\Exception\OAuthServerException
* *