Failed Conditions
Push — ng ( 40bc56...6c4ccd )
by Florent
12:27 queued 08:41
created
src/Component/TokenIntrospectionEndpoint/AuthenticationMiddleware.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -13,13 +13,13 @@
 block discarded – undo
13 13
 
14 14
 namespace OAuth2Framework\Component\TokenIntrospectionEndpoint;
15 15
 
16
-use OAuth2Framework\Component\ResourceServerAuthentication\AuthenticationMethodManager;
17
-use Psr\Http\Server\RequestHandlerInterface;
18
-use Psr\Http\Server\MiddlewareInterface;
19
-use OAuth2Framework\Component\Core\ResourceServer\ResourceServerRepository;
20 16
 use OAuth2Framework\Component\Core\Exception\OAuth2Exception;
17
+use OAuth2Framework\Component\Core\ResourceServer\ResourceServerRepository;
18
+use OAuth2Framework\Component\ResourceServerAuthentication\AuthenticationMethodManager;
21 19
 use Psr\Http\Message\ResponseInterface;
22 20
 use Psr\Http\Message\ServerRequestInterface;
21
+use Psr\Http\Server\MiddlewareInterface;
22
+use Psr\Http\Server\RequestHandlerInterface;
23 23
 
24 24
 class AuthenticationMiddleware implements MiddlewareInterface
25 25
 {
Please login to merge, or discard this patch.