Completed
Push — master ( 22f213...24f6ce )
by Guilherme
17:25
created
src/LoginCidadao/CoreBundle/Controller/PersonController.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 LoginCidadao\BadgesControlBundle\Handler\BadgesHandler;
14 14
 use LoginCidadao\CoreBundle\Entity\Authorization;
15 15
 use LoginCidadao\CoreBundle\Model\PersonInterface;
16
-use LoginCidadao\OAuthBundle\Entity\ClientRepository;
17 16
 use Symfony\Component\HttpFoundation\RedirectResponse;
18 17
 use Symfony\Component\HttpFoundation\Request;
19 18
 use Symfony\Component\HttpFoundation\JsonResponse;
Please login to merge, or discard this patch.
src/LoginCidadao/CoreBundle/Entity/Person.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -10,23 +10,19 @@
 block discarded – undo
10 10
 
11 11
 namespace LoginCidadao\CoreBundle\Entity;
12 12
 
13
-use Doctrine\ORM\EntityManagerInterface;
14 13
 use Doctrine\ORM\Mapping as ORM;
15 14
 use Doctrine\Common\Collections\ArrayCollection;
16 15
 use Doctrine\Common\Collections\Collection;
17 16
 use libphonenumber\PhoneNumber;
18
-use LoginCidadao\CoreBundle\Tests\LongPolling\LongPollableInterface;
19 17
 use Symfony\Component\HttpFoundation\File\File;
20 18
 use Symfony\Component\Validator\Constraints as Assert;
21 19
 use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
22
-use Scheb\TwoFactorBundle\Model\Google\TwoFactorInterface;
23 20
 use Scheb\TwoFactorBundle\Model\BackupCodeInterface;
24 21
 use Vich\UploaderBundle\Mapping\Annotation as Vich;
25 22
 use JMS\Serializer\Annotation as JMS;
26 23
 use FOS\UserBundle\Model\User as BaseUser;
27 24
 use LoginCidadao\OAuthBundle\Entity\Client;
28 25
 use LoginCidadao\CoreBundle\Model\LocationSelectData;
29
-use LoginCidadao\CoreBundle\LongPolling\LongPollingUtils;
30 26
 use LoginCidadao\CoreBundle\Model\PersonInterface;
31 27
 use LoginCidadao\OAuthBundle\Model\ClientInterface;
32 28
 use LoginCidadao\ValidationBundle\Validator\Constraints as LCAssert;
Please login to merge, or discard this patch.
src/LoginCidadao/CoreBundle/Model/PersonInterface.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace LoginCidadao\CoreBundle\Model;
4 4
 
5
-use Doctrine\ORM\EntityManagerInterface;
6 5
 use LoginCidadao\CoreBundle\Entity\BackupCode;
7 6
 use LoginCidadao\CoreBundle\Tests\LongPolling\LongPollableInterface;
8 7
 use Scheb\TwoFactorBundle\Model\Google\TwoFactorInterface;
Please login to merge, or discard this patch.