Failed Conditions
Push — master ( cf28ee...0c60ff )
by Florent
05:14
created
src/Component/Server/Endpoint/IssuerDiscovery/IssuerDiscoveryEndpoint.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
 use Assert\Assertion;
17 17
 use Http\Message\MessageFactory;
18 18
 use Interop\Http\Factory\UriFactoryInterface;
19
-use Interop\Http\Server\RequestHandlerInterface;
20 19
 use Interop\Http\Server\MiddlewareInterface;
20
+use Interop\Http\Server\RequestHandlerInterface;
21 21
 use OAuth2Framework\Component\Server\Model\Resource\ResourceId;
22 22
 use OAuth2Framework\Component\Server\Model\Resource\ResourceInterface;
23 23
 use OAuth2Framework\Component\Server\Model\Resource\ResourceRepositoryInterface;
Please login to merge, or discard this patch.
src/Component/Server/Endpoint/UserInfo/UserInfoEndpoint.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\Endpoint\UserInfo;
15 15
 
16 16
 use Http\Message\MessageFactory;
17
-use Interop\Http\Server\RequestHandlerInterface;
18 17
 use Interop\Http\Server\MiddlewareInterface;
18
+use Interop\Http\Server\RequestHandlerInterface;
19 19
 use Jose\Component\Core\JWKSet;
20 20
 use Jose\Component\Encryption\JWEBuilder;
21 21
 use Jose\Component\Signature\JWSBuilder;
Please login to merge, or discard this patch.