Completed
Push — 1.10 ( 93e51c...7f32fb )
by
unknown
11:06
created
src/OroCRM/Bundle/SalesBundle/Entity/Repository/LeadRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\ORM\EntityRepository;
6 6
 use Doctrine\ORM\QueryBuilder;
7
-
8 7
 use Oro\Component\DoctrineUtils\ORM\QueryUtils;
9 8
 use Oro\Bundle\SecurityBundle\ORM\Walker\AclHelper;
10 9
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Entity/Repository/OpportunityRepository.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,14 +4,12 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\ORM\EntityRepository;
6 6
 use Doctrine\ORM\QueryBuilder;
7
-
8 7
 use Oro\Bundle\DashboardBundle\Filter\DateFilterProcessor;
9 8
 use Oro\Bundle\DataAuditBundle\Loggable\LoggableManager;
10 9
 use Oro\Bundle\SecurityBundle\ORM\Walker\AclHelper;
11 10
 use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper;
12 11
 use Oro\Bundle\WorkflowBundle\Entity\WorkflowStep;
13 12
 use Oro\Component\DoctrineUtils\ORM\QueryUtils;
14
-
15 13
 use OroCRM\Bundle\SalesBundle\Entity\Opportunity;
16 14
 
17 15
 /**
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Form/Handler/B2bCustomerEmailHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,14 +3,12 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\SalesBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\ORM\EntityManagerInterface;
6
-
7 6
 use OroCRM\Bundle\SalesBundle\Entity\B2bCustomer;
8 7
 use OroCRM\Bundle\SalesBundle\Entity\B2bCustomerEmail;
9 8
 use OroCRM\Bundle\SalesBundle\Validator\B2bCustomerEmailDeleteValidator;
10 9
 use Symfony\Component\Form\FormInterface;
11 10
 use Symfony\Component\HttpFoundation\Request;
12 11
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
13
-
14 12
 use Oro\Bundle\SoapBundle\Entity\Manager\ApiEntityManager;
15 13
 use Oro\Bundle\SecurityBundle\SecurityFacade;
16 14
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Form/Handler/B2bCustomerHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use OroCRM\Bundle\SalesBundle\Entity\B2bCustomer;
6 6
 use OroCRM\Bundle\ChannelBundle\Provider\RequestChannelProvider;
7
-
8 7
 use Symfony\Component\Form\FormInterface;
9 8
 use Symfony\Component\HttpFoundation\Request;
10
-
11 9
 use Doctrine\Common\Persistence\ObjectManager;
12 10
 
13 11
 class B2bCustomerHandler
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Form/Handler/B2bCustomerPhoneHandler.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,14 +3,11 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\SalesBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\ORM\EntityManagerInterface;
6
-
7 6
 use Symfony\Component\Form\FormInterface;
8 7
 use Symfony\Component\HttpFoundation\Request;
9 8
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
10
-
11 9
 use Oro\Bundle\SoapBundle\Entity\Manager\ApiEntityManager;
12 10
 use Oro\Bundle\SecurityBundle\SecurityFacade;
13
-
14 11
 use OroCRM\Bundle\SalesBundle\Entity\B2bCustomer;
15 12
 use OroCRM\Bundle\SalesBundle\Entity\B2bCustomerPhone;
16 13
 use OroCRM\Bundle\SalesBundle\Validator\B2bCustomerPhoneDeleteValidator;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Form/Handler/LeadEmailHandler.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,14 +3,11 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\SalesBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\ORM\EntityManagerInterface;
6
-
7 6
 use Symfony\Component\Form\FormFactory;
8 7
 use Symfony\Component\HttpFoundation\Request;
9 8
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
10
-
11 9
 use Oro\Bundle\SoapBundle\Entity\Manager\ApiEntityManager;
12 10
 use Oro\Bundle\SecurityBundle\SecurityFacade;
13
-
14 11
 use OroCRM\Bundle\SalesBundle\Entity\LeadEmail;
15 12
 use OroCRM\Bundle\SalesBundle\Entity\Lead;
16 13
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Form/Handler/LeadHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use OroCRM\Bundle\ChannelBundle\Provider\RequestChannelProvider;
6 6
 use OroCRM\Bundle\SalesBundle\Entity\Lead;
7
-
8 7
 use Symfony\Component\Form\FormInterface;
9 8
 use Symfony\Component\HttpFoundation\Request;
10
-
11 9
 use Doctrine\Common\Persistence\ObjectManager;
12 10
 
13 11
 class LeadHandler
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Form/Handler/LeadPhoneHandler.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,14 +3,11 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\SalesBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\ORM\EntityManagerInterface;
6
-
7 6
 use Symfony\Component\Form\FormFactory;
8 7
 use Symfony\Component\HttpFoundation\Request;
9 8
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
10
-
11 9
 use Oro\Bundle\SoapBundle\Entity\Manager\ApiEntityManager;
12 10
 use Oro\Bundle\SecurityBundle\SecurityFacade;
13
-
14 11
 use OroCRM\Bundle\SalesBundle\Entity\Lead;
15 12
 use OroCRM\Bundle\SalesBundle\Entity\LeadPhone;
16 13
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Handler/LeadPhoneApiHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\SalesBundle\Handler;
4 4
 
5 5
 use Doctrine\Bundle\DoctrineBundle\Registry;
6
-
7 6
 use Symfony\Component\PropertyAccess\PropertyAccess;
8 7
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
9
-
10 8
 use Oro\Bundle\EntityBundle\Form\EntityField\Handler\Processor\AbstractEntityApiHandler;
11 9
 use Oro\Bundle\SecurityBundle\SecurityFacade;
12 10
 
Please login to merge, or discard this patch.