Completed
Push — master ( 2190e2...295182 )
by Derek Stephen
01:54
created
src/Entity/OAuth/Repository/UserRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Del\Repository\UserRepository as UserRepo;
6 6
 use League\OAuth2\Server\Entities\ClientEntityInterface;
7
-use League\OAuth2\Server\Entities\UserEntityInterface;
8 7
 use League\OAuth2\Server\Repositories\UserRepositoryInterface;
9 8
 use OAuth\Client;
10 9
 
Please login to merge, or discard this patch.
src/Entity/OAuth/Command/ClientCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Del\Service\UserService;
6 6
 use OAuth\Client;
7 7
 use OAuth\Service\ClientService;
8
-use OAuth\OAuthUser;
9 8
 use Symfony\Component\Console\Command\Command;
10 9
 use Symfony\Component\Console\Input\InputInterface;
11 10
 use Symfony\Component\Console\Output\OutputInterface;
Please login to merge, or discard this patch.