Merge branch 'V5-WIP' of github.com:thephpleague/oauth2-server into V5-WIP

This commit is contained in:
Alex Bilbie 2016-03-22 15:11:31 +00:00
commit f688401f63

View File

@ -10,7 +10,6 @@ use OAuth2ServerExamples\Entities\UserEntity;
class UserRepository implements UserRepositoryInterface class UserRepository implements UserRepositoryInterface
{ {
/** /**
* Get a user entity. * Get a user entity.
* *
@ -37,6 +36,6 @@ class UserRepository implements UserRepositoryInterface
return new UserEntity(); return new UserEntity();
} }
return null; return;
} }
} }