Completed
Push — issue#666 ( 5bb037...827179 )
by Guilherme
04:30 queued 33s
created
src/LoginCidadao/OpenIDBundle/Controller/AuthorizeController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@  discard block
 block discarded – undo
20 20
 use LoginCidadao\OAuthBundle\Model\OrganizationInterface;
21 21
 use LoginCidadao\OAuthBundle\Model\ClientInterface;
22 22
 use LoginCidadao\OpenIDBundle\Validator\SectorIdentifierUriChecker;
23
-use LoginCidadao\RemoteClaimsBundle\Model\RemoteClaimInterface;
24 23
 use OAuth2\Server;
25 24
 use OAuth2\ServerBundle\Entity\Scope;
26 25
 use OAuth2\ServerBundle\Controller\AuthorizeController as BaseController;
@@ -28,7 +27,6 @@  discard block
 block discarded – undo
28 27
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
29 28
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
30 29
 use Symfony\Component\EventDispatcher\EventDispatcher;
31
-use Symfony\Component\HttpFoundation\JsonResponse;
32 30
 use Symfony\Component\HttpFoundation\Request;
33 31
 
34 32
 class AuthorizeController extends BaseController
Please login to merge, or discard this patch.