Completed
Pull Request — master (#1028)
by
unknown
32:41 queued 15s
created
src/Grant/AuthCodeGrant.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,10 +14,10 @@
 block discarded – undo
14 14
 use Exception;
15 15
 use League\OAuth2\Server\Entities\ClientEntityInterface;
16 16
 use League\OAuth2\Server\Entities\UserEntityInterface;
17
+use League\OAuth2\Server\Event\RequestEvent;
17 18
 use League\OAuth2\Server\Exception\OAuthServerException;
18 19
 use League\OAuth2\Server\Repositories\AuthCodeRepositoryInterface;
19 20
 use League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface;
20
-use League\OAuth2\Server\Event\RequestEvent;
21 21
 use League\OAuth2\Server\RequestTypes\AuthorizationRequest;
22 22
 use League\OAuth2\Server\ResponseTypes\RedirectResponse;
23 23
 use League\OAuth2\Server\ResponseTypes\ResponseTypeInterface;
Please login to merge, or discard this patch.
src/Grant/PasswordGrant.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,10 +14,10 @@
 block discarded – undo
14 14
 use DateInterval;
15 15
 use League\OAuth2\Server\Entities\ClientEntityInterface;
16 16
 use League\OAuth2\Server\Entities\UserEntityInterface;
17
+use League\OAuth2\Server\Event\RequestEvent;
17 18
 use League\OAuth2\Server\Exception\OAuthServerException;
18 19
 use League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface;
19 20
 use League\OAuth2\Server\Repositories\UserRepositoryInterface;
20
-use League\OAuth2\Server\Event\RequestEvent;
21 21
 use League\OAuth2\Server\ResponseTypes\ResponseTypeInterface;
22 22
 use Psr\Http\Message\ServerRequestInterface;
23 23
 
Please login to merge, or discard this patch.