Completed
Push — 1.10 ( 3f8f95...f007bc )
by
unknown
09:16
created
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/B2bCustomerEmailApiHandler.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 Symfony\Component\PropertyAccess\PropertyAccess;
6 6
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
7
-
8 7
 use Oro\Bundle\EntityBundle\Form\EntityField\Handler\Processor\AbstractEntityApiHandler;
9 8
 use Oro\Bundle\EntityBundle\ORM\OroEntityManager;
10 9
 use Oro\Bundle\SecurityBundle\SecurityFacade;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Handler/B2bCustomerPhoneApiHandler.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 Symfony\Component\PropertyAccess\PropertyAccess;
6 6
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
7
-
8 7
 use Oro\Bundle\EntityBundle\Form\EntityField\Handler\Processor\AbstractEntityApiHandler;
9 8
 use Oro\Bundle\EntityBundle\ORM\OroEntityManager;
10 9
 use Oro\Bundle\SecurityBundle\SecurityFacade;
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.
src/OroCRM/Bundle/SalesBundle/Migrations/Data/ORM/LoadLeadStatusData.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\Common\DataFixtures\AbstractFixture;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7
-
8 7
 use OroCRM\Bundle\SalesBundle\Entity\LeadStatus;
9 8
 
10 9
 class LoadLeadStatusData extends AbstractFixture
Please login to merge, or discard this patch.
OroCRM/Bundle/SalesBundle/Migrations/Data/ORM/LoadOpportunityStatusData.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\Common\DataFixtures\AbstractFixture;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7
-
8 7
 use OroCRM\Bundle\SalesBundle\Entity\OpportunityStatus;
9 8
 
10 9
 class LoadOpportunityStatusData extends AbstractFixture
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Migrations/Schema/v1_24/AddLeadStatus.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@  discard block
 block discarded – undo
4 4
 
5 5
 use Doctrine\DBAL\Schema\Schema;
6 6
 use Doctrine\DBAL\Types\Type;
7
-
8 7
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
9 8
 use Symfony\Component\DependencyInjection\ContainerInterface;
10
-
11 9
 use Oro\Bundle\MigrationBundle\Migration\OrderedMigrationInterface;
12 10
 use Oro\Bundle\EntityExtendBundle\Migration\Extension\ExtendExtension;
13 11
 use Oro\Bundle\EntityExtendBundle\Migration\Extension\ExtendExtensionAwareInterface;
@@ -18,7 +16,6 @@  discard block
 block discarded – undo
18 16
 use Oro\Bundle\EntityBundle\EntityConfig\DatagridScope;
19 17
 use Oro\Bundle\EntityExtendBundle\Migration\OroOptions;
20 18
 use Oro\Bundle\EntityExtendBundle\Migration\ExtendOptionsManager;
21
-
22 19
 use OroCRM\Bundle\SalesBundle\Entity\Lead;
23 20
 
24 21
 class AddLeadStatus implements
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Model/ChangeLeadStatus.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\SalesBundle\Model;
4 4
 
5 5
 use Symfony\Component\Validator\Validator\ValidatorInterface;
6
-
7 6
 use Doctrine\ORM\EntityManager;
8
-
9 7
 use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper;
10 8
 use OroCRM\Bundle\SalesBundle\Entity\Lead;
11 9
 
Please login to merge, or discard this patch.