Completed
Branch master (ca1420)
by Guilherme
07:28 queued 32s
created
src/LoginCidadao/OAuthBundle/Entity/Client.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\NotificationBundle\Entity\Notification;
9 9
 use Symfony\Component\HttpFoundation\File\File;
10 10
 use Symfony\Component\Validator\Constraints as Assert;
11
-use JMS\Serializer\Tests\Fixtures\Publisher;
12 11
 use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
13 12
 use JMS\Serializer\Annotation as JMS;
14 13
 use OAuth2\OAuth2;
Please login to merge, or discard this patch.
src/LoginCidadao/APIBundle/Controller/PersonAddressController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace LoginCidadao\APIBundle\Controller;
4 4
 
5
-use FOS\RestBundle\Util\Codes;
6 5
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
7 6
 use Symfony\Component\HttpFoundation\Request;
8
-use FOS\RestBundle\Request\ParamFetcherInterface;
9 7
 use FOS\RestBundle\Controller\Annotations as REST;
10 8
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
11 9
 use LoginCidadao\APIBundle\Security\Audit\Annotation as Audit;
Please login to merge, or discard this patch.
src/LoginCidadao/CoreBundle/Entity/IdCard.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use JMS\Serializer\Annotation as JMS;
10 10
 use LoginCidadao\CoreBundle\Model\IdCardInterface;
11 11
 use LoginCidadao\CoreBundle\Model\PersonInterface;
12
-
13 12
 use LoginCidadao\ValidationControlBundle\Validator\Constraints as Validators;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.
src/LoginCidadao/CoreBundle/Entity/PersonRepository.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\CoreBundle\Entity;
4 4
 
5 5
 use Doctrine\ORM\EntityRepository;
6
-use Doctrine\ORM\QueryBuilder;
7 6
 
8 7
 class PersonRepository extends EntityRepository
9 8
 {
Please login to merge, or discard this patch.
src/LoginCidadao/NotificationBundle/Entity/Broadcast.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,10 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\ORM\Mapping as ORM;
6 6
 use Doctrine\Common\Collections\ArrayCollection;
7
-use LoginCidadao\OAuthBundle\Entity\Client;
8 7
 use LoginCidadao\CoreBundle\Entity\Person;
9
-use Symfony\Component\Validator\Constraints as Assert;
10
-use JMS\Serializer\Annotation as JMS;
11 8
 use LoginCidadao\NotificationBundle\Handler\NotificationHandler;
12 9
 
13 10
 /**
Please login to merge, or discard this patch.
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.