Merge pull request #482 from thephpleague/analysis-ze73j2

Applied fixes from StyleCI
This commit is contained in:
Alex Bilbie 2016-03-22 15:15:41 +00:00
commit e9dd1478c4
3 changed files with 4 additions and 3 deletions

View File

@ -68,8 +68,9 @@ class PasswordGrant extends AbstractGrant
* @param \League\OAuth2\Server\Entities\Interfaces\ClientEntityInterface $client * @param \League\OAuth2\Server\Entities\Interfaces\ClientEntityInterface $client
* @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, ClientEntityInterface $client, array &$scopes) protected function validateUser(ServerRequestInterface $request, ClientEntityInterface $client, array &$scopes)
{ {