Completed
Pull Request — master (#924)
by
unknown
02:04
created
src/Grant/AuthCodeGrant.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,10 +9,10 @@
 block discarded – undo
9 9
 
10 10
 namespace League\OAuth2\Server\Grant;
11 11
 
12
+use League\OAuth2\Server\Entities\AuthCodeEntityInterface;
12 13
 use League\OAuth2\Server\Entities\ClientEntityInterface;
13 14
 use League\OAuth2\Server\Entities\ScopeEntityInterface;
14 15
 use League\OAuth2\Server\Entities\UserEntityInterface;
15
-use League\OAuth2\Server\Entities\AuthCodeEntityInterface;
16 16
 use League\OAuth2\Server\Exception\OAuthServerException;
17 17
 use League\OAuth2\Server\Repositories\AuthCodeRepositoryInterface;
18 18
 use League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface;
Please login to merge, or discard this patch.