Failed Conditions
Push — master ( 8b5d94...3470b3 )
by Florent
09:18
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.