Completed
Push — master ( a812ec...201942 )
by Guilherme
14s
created
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.
LoginCidadao/PhoneVerificationBundle/Event/PhoneVerificationSubscriber.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use LoginCidadao\PhoneVerificationBundle\Event\SendPhoneVerificationEvent;
20 20
 use LoginCidadao\PhoneVerificationBundle\Model\PhoneVerificationInterface;
21 21
 use LoginCidadao\PhoneVerificationBundle\PhoneVerificationEvents;
22
-use PROCERGS\Sms\Exception\SmsServiceException;
23 22
 use PROCERGS\Sms\SmsService;
24 23
 use Psr\Log\LoggerAwareInterface;
25 24
 use Psr\Log\LoggerAwareTrait;
Please login to merge, or discard this patch.
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/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.
src/PROCERGS/LoginCidadao/AccountingBundle/Controller/AdminController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,9 +12,7 @@
 block discarded – undo
12 12
 
13 13
 use LoginCidadao\OAuthBundle\Entity\Client;
14 14
 use PROCERGS\LoginCidadao\AccountingBundle\Entity\ProcergsLink;
15
-use PROCERGS\LoginCidadao\AccountingBundle\Form\MonthSelectorType;
16 15
 use PROCERGS\LoginCidadao\AccountingBundle\Model\AccountingReport;
17
-use PROCERGS\LoginCidadao\AccountingBundle\Model\AccountingReportEntry;
18 16
 use PROCERGS\LoginCidadao\AccountingBundle\Service\AccountingService;
19 17
 use PROCERGS\LoginCidadao\AccountingBundle\Service\SystemsRegistryService;
20 18
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
Please login to merge, or discard this patch.