Completed
Pull Request — master (#11)
by Lucas
33:48 queued 07:22
created
NotificationBundle/Handler/AuthenticatedNotificationHandlerInterface.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace LoginCidadao\APIBundle\Entity;
4 4
 
5 5
 use Doctrine\ORM\Mapping as ORM;
6
-use LoginCidadao\CoreBundle\Model\PersonInterface;
7 6
 use LoginCidadao\OAuthBundle\Model\ClientInterface;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
src/LoginCidadao/OAuthBundle/Entity/ClientPerson.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace LoginCidadao\OAuthBundle\Entity;
3 3
 
4 4
 use Doctrine\ORM\Mapping as ORM;
5
-use Symfony\Component\Validator\Constraints as Assert;
6 5
 use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/LoginCidadao/ValidationControlBundle/Handler/ValidationHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use LoginCidadao\CoreBundle\Entity\State;
9 9
 use LoginCidadao\CoreBundle\Model\IdCardInterface;
10 10
 use LoginCidadao\CoreBundle\Entity\IdCard;
11
-use LoginCidadao\ValidationControlBundle\Validator\Constraints\IdCardValidator;
12 11
 use Symfony\Component\Validator\Constraint;
13 12
 use LoginCidadao\ValidationControlBundle\Event\IdCardValidateEvent;
14 13
 use Symfony\Component\Validator\ExecutionContextInterface;
Please login to merge, or discard this patch.
src/LoginCidadao/NotificationBundle/Entity/PersonNotificationOption.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace LoginCidadao\OAuthBundle\Entity;
3 3
 
4 4
 use Doctrine\ORM\Mapping as ORM;
5
-use Symfony\Component\Validator\Constraints as Assert;
6 5
 use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.