Failed Conditions
Push — master ( 476087...9b9b51 )
by Florent
11:32
created
src/Component/Server/Endpoint/UserInfo/UserInfoEndpoint.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
 
16 16
 use Assert\Assertion;
17 17
 use Interop\Http\Factory\ResponseFactoryInterface;
18
-use Interop\Http\Server\RequestHandlerInterface;
19 18
 use Interop\Http\Server\MiddlewareInterface;
19
+use Interop\Http\Server\RequestHandlerInterface;
20 20
 use Jose\EncrypterInterface;
21 21
 use Jose\Object\JWKSetInterface;
22 22
 use Jose\SignerInterface;
Please login to merge, or discard this patch.
src/Component/Server/Middleware/ClientAuthenticationMiddleware.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 block discarded – undo
13 13
 
14 14
 namespace OAuth2Framework\Component\Server\Middleware;
15 15
 
16
-use Interop\Http\Server\RequestHandlerInterface;
17 16
 use Interop\Http\Server\MiddlewareInterface;
17
+use Interop\Http\Server\RequestHandlerInterface;
18 18
 use OAuth2Framework\Component\Server\Model\Client\ClientRepositoryInterface;
19 19
 use OAuth2Framework\Component\Server\Response\OAuth2Exception;
20 20
 use OAuth2Framework\Component\Server\Response\OAuth2ResponseFactoryManager;
Please login to merge, or discard this patch.
src/Component/Server/Middleware/OAuth2SecurityMiddleware.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,8 +14,8 @@
 block discarded – undo
14 14
 namespace OAuth2Framework\Component\Server\Middleware;
15 15
 
16 16
 use Assert\Assertion;
17
-use Interop\Http\Server\RequestHandlerInterface;
18 17
 use Interop\Http\Server\MiddlewareInterface;
18
+use Interop\Http\Server\RequestHandlerInterface;
19 19
 use OAuth2Framework\Component\Server\Model\AccessToken\AccessToken;
20 20
 use OAuth2Framework\Component\Server\Response\OAuth2Exception;
21 21
 use OAuth2Framework\Component\Server\Response\OAuth2ResponseFactoryManager;
Please login to merge, or discard this patch.