mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Applied fixes from StyleCI
This commit is contained in:
parent
ca54a387c8
commit
59e8785f50
@ -9,7 +9,6 @@ use OAuth2ServerExamples\Entities\UserEntity;
|
|||||||
|
|
||||||
class UserRepository implements UserRepositoryInterface
|
class UserRepository implements UserRepositoryInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a user entity.
|
* Get a user entity.
|
||||||
*
|
*
|
||||||
@ -30,6 +29,6 @@ class UserRepository implements UserRepositoryInterface
|
|||||||
return new UserEntity();
|
return new UserEntity();
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user