Failed Conditions
Push — ng ( 625bbc...a06888 )
by Florent
08:03
created
src/Bundle/OAuth2FrameworkBundle.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace OAuth2Framework\Bundle;
15 15
 
16 16
 use OAuth2Framework\Bundle\DependencyInjection\OAuth2FrameworkExtension;
17
-use Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension;
18 17
 use Symfony\Component\DependencyInjection\ContainerBuilder;
19 18
 use Symfony\Component\HttpKernel\Bundle\Bundle;
20 19
 
Please login to merge, or discard this patch.
ClientConfigurationEndpoint/Tests/ClientConfigurationEndpointTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@  discard block
 block discarded – undo
15 15
 
16 16
 use Http\Message\MessageFactory\DiactorosMessageFactory;
17 17
 use Http\Message\ResponseFactory;
18
-use Psr\Http\Server\RequestHandlerInterface;
19 18
 use OAuth2Framework\Component\BearerTokenType\BearerToken;
20 19
 use OAuth2Framework\Component\ClientConfigurationEndpoint\ClientConfigurationEndpoint;
21 20
 use OAuth2Framework\Component\ClientRule\RuleManager;
@@ -28,6 +27,7 @@  discard block
 block discarded – undo
28 27
 use PHPUnit\Framework\TestCase;
29 28
 use Prophecy\Argument;
30 29
 use Psr\Http\Message\ServerRequestInterface;
30
+use Psr\Http\Server\RequestHandlerInterface;
31 31
 use SimpleBus\Message\Bus\MessageBus;
32 32
 
33 33
 /**
Please login to merge, or discard this patch.