Applied fixes from StyleCI

This commit is contained in:
Alex Bilbie
2016-03-24 06:07:20 -04:00
committed by StyleCI Bot
parent 2b76e2bf6e
commit 630a92b45f
4 changed files with 4 additions and 6 deletions

View File

@ -10,7 +10,7 @@ use OAuth2ServerExamples\Entities\UserEntity;
class UserRepository implements UserRepositoryInterface
{
/**
* @inheritdoc
* {@inheritdoc}
*/
public function getUserEntityByUserCredentials(
$username,