Applied fixes from StyleCI

This commit is contained in:
Alex Bilbie
2016-04-09 10:46:40 -04:00
committed by StyleCI Bot
parent d8d49f742e
commit 2c2ef800d4
16 changed files with 33 additions and 34 deletions

View File

@@ -23,7 +23,7 @@ interface AccessTokenRepositoryInterface extends RepositoryInterface
*
* @param \League\OAuth2\Server\Entities\ClientEntityInterface $clientEntity
* @param \League\OAuth2\Server\Entities\ScopeEntityInterface[] $scopes
* @param mixed $userIdentifier
* @param mixed $userIdentifier
*
* @return AccessTokenEntityInterface
*/