Merge pull request #480 from thephpleague/analysis-Xajx5Z

Applied fixes from StyleCI
This commit is contained in:
Alex Bilbie 2016-03-22 14:19:10 +00:00
commit 67f835a606

View File

@ -64,11 +64,11 @@ class PasswordGrant extends AbstractGrant
/**
* @param \Psr\Http\Message\ServerRequestInterface $request
*
* @param ScopeEntityInterface[] $scopes
*
* @return \League\OAuth2\Server\Entities\Interfaces\UserEntityInterface
* @throws \League\OAuth2\Server\Exception\OAuthServerException
*
* @return \League\OAuth2\Server\Entities\Interfaces\UserEntityInterface
*/
protected function validateUser(ServerRequestInterface $request, array $scopes)
{