Completed
Push — 1.10 ( 3f8f95...f007bc )
by
unknown
09:16
created
src/OroCRM/Bundle/SalesBundle/Provider/LeadToOpportunityProvider.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 Symfony\Component\PropertyAccess\PropertyAccess;
6 6
 use Symfony\Component\PropertyAccess\PropertyAccessor;
7
-
8 7
 use Oro\Bundle\EntityBundle\Provider\EntityFieldProvider;
9 8
 use Oro\Bundle\WorkflowBundle\Model\WorkflowRegistry;
10
-
11 9
 use OroCRM\Bundle\AccountBundle\Entity\Account;
12 10
 use OroCRM\Bundle\SalesBundle\Entity\B2bCustomer;
13 11
 use OroCRM\Bundle\SalesBundle\Entity\Opportunity;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Provider/Opportunity/ForecastProvider.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,17 +3,14 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\SalesBundle\Provider\Opportunity;
4 4
 
5 5
 use Symfony\Bridge\Doctrine\RegistryInterface;
6
-
7 6
 use Doctrine\ORM\EntityRepository;
8 7
 use Doctrine\ORM\Query\Expr\Join;
9 8
 use Doctrine\ORM\QueryBuilder;
10
-
11 9
 use Oro\Bundle\QueryDesignerBundle\QueryDesigner\FilterProcessor;
12 10
 use Oro\Bundle\EntityExtendBundle\Provider\EnumValueProvider;
13 11
 use Oro\Bundle\SecurityBundle\ORM\Walker\AclHelper;
14 12
 use Oro\Bundle\UserBundle\Entity\Repository\UserRepository;
15 13
 use Oro\Component\DoctrineUtils\ORM\QueryUtils;
16
-
17 14
 use OroCRM\Bundle\SalesBundle\Entity\Repository\OpportunityRepository;
18 15
 
19 16
 class ForecastProvider
Please login to merge, or discard this patch.
Bundle/SalesBundle/Provider/Opportunity/IndeterminateForecastProvider.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\Provider\Opportunity;
4 4
 
5 5
 use Symfony\Bridge\Doctrine\RegistryInterface;
6
-
7 6
 use Oro\Bundle\DashboardBundle\Model\WidgetOptionBag;
8 7
 use Oro\Bundle\LocaleBundle\Formatter\NumberFormatter;
9 8
 use Oro\Bundle\QueryDesignerBundle\QueryDesigner\FilterProcessor;
10 9
 use Oro\Bundle\SecurityBundle\ORM\Walker\AclHelper;
11 10
 use Oro\Bundle\UserBundle\Dashboard\OwnerHelper;
12 11
 use Oro\Component\DoctrineUtils\ORM\QueryUtils;
13
-
14 12
 use OroCRM\Bundle\SalesBundle\Entity\Repository\OpportunityRepository;
15 13
 
16 14
 class IndeterminateForecastProvider
Please login to merge, or discard this patch.
SalesBundle/Tests/Functional/Controller/API/RestB2bCustomerEmailApiTest.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 FOS\RestBundle\Util\Codes;
6 6
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
7
-
8 7
 use OroCRM\Bundle\SalesBundle\Tests\Functional\DataFixtures\LoadB2bCustomerEmailData;
9 8
 use OroCRM\Bundle\SalesBundle\Tests\Functional\DataFixtures\LoadB2bCustomerEntitiesData;
10 9
 
Please login to merge, or discard this patch.
SalesBundle/Tests/Functional/Controller/API/RestB2bCustomerPhoneApiTest.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\Tests\Functional\Controller\API;
4 4
 
5 5
 use FOS\RestBundle\Util\Codes;
6
-
7 6
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
8
-
9 7
 use OroCRM\Bundle\SalesBundle\Tests\Functional\DataFixtures\LoadB2bCustomerEntitiesData;
10 8
 use OroCRM\Bundle\SalesBundle\Tests\Functional\DataFixtures\LoadB2bCustomerPhoneData;
11 9
 
Please login to merge, or discard this patch.
Bundle/SalesBundle/Tests/Functional/Controller/API/RestB2bCustomerTest.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\Tests\Functional\Controller\API;
4 4
 
5 5
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
6
-
7 6
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
Bundle/SalesBundle/Tests/Functional/Controller/API/RestLeadPhoneApiTest.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\Tests\Functional\API;
4 4
 
5 5
 use FOS\RestBundle\Util\Codes;
6
-
7 6
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
8
-
9 7
 use OroCRM\Bundle\SalesBundle\Tests\Functional\Fixture\LoadLeadPhoneData;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.
OroCRM/Bundle/SalesBundle/Tests/Functional/Controller/API/RestLeadTest.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\Tests\Functional\Controller\API;
4 4
 
5 5
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
6
-
7 6
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
SalesBundle/Tests/Functional/Controller/B2bCustomerControllerTest.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 OroCRM\Bundle\SalesBundle\Tests\Functional\Fixture\LoadSalesBundleFixtures;
6 6
 use Symfony\Component\DomCrawler\Form;
7
-
8 7
 use Oro\Bundle\DataGridBundle\Tests\Functional\AbstractDatagridTestCase;
9
-
10 8
 use OroCRM\Bundle\AccountBundle\Entity\Account;
11 9
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
12 10
 use OroCRM\Bundle\SalesBundle\Entity\B2bCustomer;
Please login to merge, or discard this patch.