Applied fixes from StyleCI

This commit is contained in:
Alex Bilbie 2016-03-22 10:18:21 -04:00 committed by StyleCI Bot
parent 400eae153b
commit 8685006743

View File

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