Completed
Branch master (e93081)
by Guilherme
17:01
created
src/LoginCidadao/OpenIDBundle/Entity/ClientMetadata.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace LoginCidadao\OpenIDBundle\Entity;
12 12
 
13
-use Doctrine\Common\Collections\ArrayCollection;
14 13
 use LoginCidadao\CoreBundle\Model\PersonInterface;
15 14
 use LoginCidadao\OAuthBundle\Model\OrganizationInterface;
16 15
 use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
Please login to merge, or discard this patch.
src/LoginCidadao/OpenIDBundle/Storage/AccessToken.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use OAuth2\ServerBundle\Storage\AccessToken as BaseClass;
14 14
 use OAuth2\Storage\AccessTokenInterface;
15 15
 use Doctrine\ORM\EntityManager;
16
-use Ramsey\Uuid\Uuid;
17 16
 
18 17
 class AccessToken extends BaseClass implements AccessTokenInterface
19 18
 {
Please login to merge, or discard this patch.
OpenIDBundle/Validator/Constraints/SectorIdentifierUriValidator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace LoginCidadao\OpenIDBundle\Validator\Constraints;
12 12
 
13
-use Doctrine\ORM\EntityManager;
14
-use LoginCidadao\OAuthBundle\Entity\Client;
15 13
 use LoginCidadao\OAuthBundle\Entity\Organization;
16 14
 use LoginCidadao\OAuthBundle\Entity\OrganizationRepository;
17 15
 use LoginCidadao\OpenIDBundle\Entity\ClientMetadata;
Please login to merge, or discard this patch.
LoginCidadao/PhoneVerificationBundle/Event/PhoneVerificationSubscriber.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace LoginCidadao\PhoneVerificationBundle\Event;
12 12
 
13 13
 
14
-use FOS\UserBundle\FOSUserEvents;
15 14
 use libphonenumber\PhoneNumberFormat;
16 15
 use libphonenumber\PhoneNumberUtil;
17 16
 use LoginCidadao\CoreBundle\Model\PersonInterface;
Please login to merge, or discard this patch.
LoginCidadao/PhoneVerificationBundle/Service/PhoneVerificationService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use LoginCidadao\PhoneVerificationBundle\Entity\PhoneVerificationRepository;
25 25
 use LoginCidadao\PhoneVerificationBundle\Model\PhoneVerificationInterface;
26 26
 use Symfony\Component\HttpKernel\Exception\TooManyRequestsHttpException;
27
-use Symfony\Component\Security\Core\Exception\AccessDeniedException;
28 27
 
29 28
 class PhoneVerificationService implements PhoneVerificationServiceInterface
30 29
 {
Please login to merge, or discard this patch.
PhoneVerificationBundle/Service/PhoneVerificationServiceInterface.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use LoginCidadao\PhoneVerificationBundle\Exception\VerificationNotSentException;
17 17
 use LoginCidadao\PhoneVerificationBundle\Model\PhoneVerificationInterface;
18 18
 use LoginCidadao\PhoneVerificationBundle\Model\SentVerificationInterface;
19
-use Symfony\Component\HttpKernel\Exception\TooManyRequestsHttpException;
20 19
 
21 20
 interface PhoneVerificationServiceInterface
22 21
 {
Please login to merge, or discard this patch.
src/PROCERGS/LoginCidadao/CoreBundle/Entity/PersonMeuRS.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use PROCERGS\Generic\ValidationBundle\Validator\Constraints as PROCERGSAssert;
14 14
 use PROCERGS\LoginCidadao\NfgBundle\Entity\NfgProfile;
15 15
 use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
16
-use Symfony\Component\Validator\Constraints as Assert;
17 16
 use LoginCidadao\CoreBundle\Model\PersonInterface;
18 17
 use JMS\Serializer\Annotation as JMS;
19 18
 use Doctrine\ORM\Mapping as ORM;
Please login to merge, or discard this patch.
LoginCidadao/CoreBundle/EventListener/PersonSerializeEventListenner.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use JMS\Serializer\EventDispatcher\EventSubscriberInterface;
14 14
 use JMS\Serializer\EventDispatcher\ObjectEvent;
15 15
 use JMS\Serializer\Serializer;
16
-use LoginCidadao\OAuthBundle\Model\AccessTokenManager;
17 16
 use LoginCidadao\CoreBundle\Model\PersonInterface;
18 17
 use PROCERGS\LoginCidadao\CoreBundle\Entity\PersonMeuRS;
19 18
 use PROCERGS\LoginCidadao\CoreBundle\Helper\MeuRSHelper;
Please login to merge, or discard this patch.
PROCERGS/LoginCidadao/CoreBundle/Handler/AuthenticationSuccessHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
6 6
 use Symfony\Component\HttpFoundation\Request;
7 7
 use Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler;
8
-use Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface;
9 8
 use Symfony\Component\HttpFoundation\RedirectResponse;
10 9
 use Symfony\Component\HttpFoundation\Session\Session;
11 10
 use Symfony\Component\Routing\RouterInterface;
Please login to merge, or discard this patch.