Completed
Push — master ( 71fa65...a9822c )
by Derek Stephen
01:47
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/App/Controller/IndexController.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 DateTime;
6 6
 use Swagger;
7 7
 use Zend\Diactoros\Response;
8
-use Zend\Diactoros\Stream;
9 8
 
10 9
 /**
11 10
  * @SWG\Swagger(
Please login to merge, or discard this patch.