Failed Conditions
Push — master ( 4f3c47...26c7cb )
by Florent
10:42 queued 59s
created
src/ServerBundle/Annotation/AnnotationDriver.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,12 +14,12 @@
 block discarded – undo
14 14
 namespace OAuth2Framework\ServerBundle\Annotation;
15 15
 
16 16
 use Doctrine\Common\Annotations\Reader;
17
-use OAuth2Framework\ServerBundle\Annotation\Checker\Checker;
18
-use OAuth2Framework\ServerBundle\Security\Authentication\Token\OAuth2Token;
19 17
 use OAuth2Framework\Component\Core\Exception\OAuth2Exception;
20 18
 use OAuth2Framework\Component\Core\Response\OAuth2Response;
21 19
 use OAuth2Framework\Component\Core\Response\OAuth2ResponseFactoryManager;
22 20
 use OAuth2Framework\Component\Core\TokenType\TokenTypeManager;
21
+use OAuth2Framework\ServerBundle\Annotation\Checker\Checker;
22
+use OAuth2Framework\ServerBundle\Security\Authentication\Token\OAuth2Token;
23 23
 use Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory;
24 24
 use Symfony\Component\HttpKernel\Event\FilterControllerEvent;
25 25
 use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
Please login to merge, or discard this patch.
AuthorizationCodeGrant/Tests/AuthorizationCodeIntrospectionTypeHintTest.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 OAuth2Framework\Component\AuthorizationCodeGrant\AuthorizationCode;
17 17
 use OAuth2Framework\Component\AuthorizationCodeGrant\AuthorizationCodeId;
18
-use OAuth2Framework\Component\AuthorizationCodeGrant\AuthorizationCodeRepository;
19 18
 use OAuth2Framework\Component\AuthorizationCodeGrant\AuthorizationCodeIntrospectionTypeHint;
19
+use OAuth2Framework\Component\AuthorizationCodeGrant\AuthorizationCodeRepository;
20 20
 use OAuth2Framework\Component\Core\Client\ClientId;
21 21
 use OAuth2Framework\Component\Core\DataBag\DataBag;
22 22
 use OAuth2Framework\Component\Core\ResourceServer\ResourceServerId;
Please login to merge, or discard this patch.