Failed Conditions
Push — ng ( 75309d...bc6f2d )
by Florent
08:22
created
src/Component/ClientAuthentication/ClientAuthenticationMiddleware.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,13 +13,13 @@
 block discarded – undo
13 13
 
14 14
 namespace OAuth2Framework\Component\ClientAuthentication;
15 15
 
16
-use Psr\Http\Server\RequestHandlerInterface;
17
-use Psr\Http\Server\MiddlewareInterface;
18 16
 use OAuth2Framework\Component\Core\Client\Client;
19 17
 use OAuth2Framework\Component\Core\Client\ClientRepository;
20 18
 use OAuth2Framework\Component\Core\Exception\OAuth2Exception;
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 ClientAuthenticationMiddleware implements MiddlewareInterface
25 25
 {
Please login to merge, or discard this patch.
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.