Completed
Branch issue#714 (f44d68)
by Guilherme
03:48
created
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.