Applied fixes from StyleCI

This commit is contained in:
Alex Bilbie 2016-03-22 10:45:28 -04:00 committed by StyleCI Bot
parent ca54a387c8
commit 59e8785f50

View File

@ -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;
} }
} }