Completed
Push — master ( dd2819...45b95e )
by
unknown
10:20
created
src/OroCRM/Bundle/SalesBundle/Entity/Repository/SalesFunnelRepository.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 Doctrine\ORM\EntityRepository;
6 6
 use Doctrine\ORM\Query;
7 7
 use Doctrine\ORM\QueryBuilder;
8
-
9 8
 use Oro\Bundle\SecurityBundle\ORM\Walker\AclHelper;
10 9
 use Oro\Bundle\WorkflowBundle\Model\Workflow;
11 10
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Entity/SalesFunnel.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@  discard block
 block discarded – undo
3 3
 namespace OroCRM\Bundle\SalesBundle\Entity;
4 4
 
5 5
 use Doctrine\ORM\Mapping as ORM;
6
-
7 6
 use Oro\Bundle\DataAuditBundle\Metadata\Annotation as Oro;
8 7
 use Oro\Bundle\EntityConfigBundle\Metadata\Annotation\Config;
9 8
 use Oro\Bundle\EntityConfigBundle\Metadata\Annotation\ConfigField;
@@ -13,7 +12,6 @@  discard block
 block discarded – undo
13 12
 use Oro\Bundle\WorkflowBundle\Entity\WorkflowStep;
14 13
 use Oro\Bundle\LocaleBundle\Model\FirstNameInterface;
15 14
 use Oro\Bundle\EmailBundle\Model\EmailHolderInterface;
16
-
17 15
 use OroCRM\Bundle\ChannelBundle\Model\ChannelEntityTrait;
18 16
 use OroCRM\Bundle\ChannelBundle\Model\ChannelAwareInterface;
19 17
 use OroCRM\Bundle\SalesBundle\Model\ExtendSalesFunnel;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Form/Handler/B2bCustomerHandler.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,13 +3,10 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\SalesBundle\Form\Handler;
4 4
 
5 5
 use Oro\Bundle\TagBundle\Entity\TagManager;
6
-
7 6
 use OroCRM\Bundle\SalesBundle\Entity\B2bCustomer;
8 7
 use OroCRM\Bundle\ChannelBundle\Provider\RequestChannelProvider;
9
-
10 8
 use Symfony\Component\Form\FormInterface;
11 9
 use Symfony\Component\HttpFoundation\Request;
12
-
13 10
 use Doctrine\Common\Persistence\ObjectManager;
14 11
 
15 12
 class B2bCustomerHandler
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Form/Handler/LeadHandler.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,13 +4,10 @@
 block discarded – undo
4 4
 
5 5
 use Oro\Bundle\TagBundle\Entity\TagManager;
6 6
 use Oro\Bundle\TagBundle\Form\Handler\TagHandlerInterface;
7
-
8 7
 use OroCRM\Bundle\ChannelBundle\Provider\RequestChannelProvider;
9 8
 use OroCRM\Bundle\SalesBundle\Entity\Lead;
10
-
11 9
 use Symfony\Component\Form\FormInterface;
12 10
 use Symfony\Component\HttpFoundation\Request;
13
-
14 11
 use Doctrine\Common\Persistence\ObjectManager;
15 12
 
16 13
 class LeadHandler implements TagHandlerInterface
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Form/Handler/OpportunityHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\Form\FormInterface;
6 6
 use Symfony\Component\HttpFoundation\Request;
7
-
8 7
 use Doctrine\Common\Persistence\ObjectManager;
9
-
10 8
 use OroCRM\Bundle\SalesBundle\Entity\Opportunity;
11 9
 use OroCRM\Bundle\ChannelBundle\Provider\RequestChannelProvider;
12 10
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Form/Handler/SalesFunnelHandler.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 OroCRM\Bundle\SalesBundle\Entity\SalesFunnel;
6 6
 use Symfony\Component\Form\FormInterface;
7 7
 use Symfony\Component\HttpFoundation\Request;
8
-
9 8
 use Doctrine\Common\Persistence\ObjectManager;
10 9
 
11 10
 class SalesFunnelHandler
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Form/Type/LeadMailboxProcessSourceType.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\Form\AbstractType;
6 6
 use Symfony\Component\Form\FormBuilderInterface;
7 7
 use Symfony\Component\OptionsResolver\OptionsResolver;
8
-
9 8
 use Oro\Bundle\EntityExtendBundle\Provider\EnumValueProvider;
10 9
 
11 10
 class LeadMailboxProcessSourceType extends AbstractType
Please login to merge, or discard this patch.
Bundle/SalesBundle/Migrations/Data/ORM/LoadCampaignPerformanceReport.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,10 +6,8 @@
 block discarded – undo
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7 7
 use Doctrine\Common\DataFixtures\AbstractFixture;
8 8
 use Doctrine\Common\DataFixtures\DependentFixtureInterface;
9
-
10 9
 use Symfony\Component\DependencyInjection\ContainerInterface;
11 10
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
12
-
13 11
 use Oro\Bundle\ReportBundle\Entity\Report;
14 12
 use Oro\Bundle\ReportBundle\Entity\ReportType;
15 13
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Migrations/Schema/v1_0/OroCRMSalesBundle.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 OroCRM\Bundle\SalesBundle\Migrations\Schema\v1_0;
4 4
 
5 5
 use Doctrine\DBAL\Schema\Schema;
6
-
7 6
 use Oro\Bundle\EntityExtendBundle\Migration\Extension\ExtendExtension;
8 7
 use Oro\Bundle\EntityExtendBundle\Migration\Extension\ExtendExtensionAwareInterface;
9 8
 use Oro\Bundle\MigrationBundle\Migration\Migration;
Please login to merge, or discard this patch.