Completed
Push — master ( 584969...3f5763 )
by
unknown
11:30
created
src/OroCRM/Bundle/ChannelBundle/Form/Type/ChannelSelectType.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\Validator\Constraint;
6 6
 use Symfony\Component\Validator\ConstraintValidator;
7
-
8 7
 use OroCRM\Bundle\TaskBundle\Validator\Constraints\DueDateRequired;
9 8
 use OroCRM\Bundle\TaskBundle\Entity\Task;
10 9
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Form/Type/CustomerChannelSelectType.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\Validator\Constraint;
6 6
 use Symfony\Component\Validator\ConstraintValidator;
7
-
8 7
 use OroCRM\Bundle\TaskBundle\Validator\Constraints\DueDateRequired;
9 8
 use OroCRM\Bundle\TaskBundle\Entity\Task;
10 9
 
Please login to merge, or discard this patch.
EventListener/Datagrid/AccountsByOpportunitiesReportListener.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\Validator\Constraint;
6 6
 use Symfony\Component\Validator\ConstraintValidator;
7
-
8 7
 use OroCRM\Bundle\TaskBundle\Validator\Constraints\DueDateRequired;
9 8
 use OroCRM\Bundle\TaskBundle\Entity\Task;
10 9
 
Please login to merge, or discard this patch.
ReportBundle/EventListener/Datagrid/OpportunitiesByStatusReportListener.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\Validator\Constraint;
6 6
 use Symfony\Component\Validator\ConstraintValidator;
7
-
8 7
 use OroCRM\Bundle\TaskBundle\Validator\Constraints\DueDateRequired;
9 8
 use OroCRM\Bundle\TaskBundle\Entity\Task;
10 9
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Entity/Opportunity.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,19 +2,15 @@
 block discarded – undo
2 2
 
3 3
 namespace OroCRM\Bundle\SalesBundle\Entity;
4 4
 
5
-use Doctrine\ORM\Event\LifecycleEventArgs;
6 5
 use Doctrine\ORM\Mapping as ORM;
7
-
8 6
 use Oro\Bundle\DataAuditBundle\Metadata\Annotation as Oro;
9 7
 use Oro\Bundle\EmailBundle\Model\EmailHolderInterface;
10 8
 use Oro\Bundle\EntityConfigBundle\Metadata\Annotation\Config;
11 9
 use Oro\Bundle\EntityConfigBundle\Metadata\Annotation\ConfigField;
12
-use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper;
13 10
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
14 11
 use Oro\Bundle\UserBundle\Entity\User;
15 12
 use Oro\Bundle\WorkflowBundle\Entity\WorkflowItem;
16 13
 use Oro\Bundle\WorkflowBundle\Entity\WorkflowStep;
17
-
18 14
 use OroCRM\Bundle\ChannelBundle\Model\ChannelEntityTrait;
19 15
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
20 16
 use OroCRM\Bundle\SalesBundle\Model\ExtendOpportunity;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/EventListener/B2bCustomerLifetimeListener.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\TestFrameworkBundle\Tests\Performance;
4 4
 
5 5
 use Symfony\Bundle\FrameworkBundle\Console\Application;
6
-
7 6
 use Symfony\Component\HttpKernel\Kernel;
8 7
 use Symfony\Component\DependencyInjection\Container;
9
-
10 8
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
11 9
 
12 10
 class LoadTest extends WebTestCase
Please login to merge, or discard this patch.
OroCRM/Bundle/SalesBundle/Migrations/Schema/v1_22/AddOpportunityStatus.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,15 +4,12 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6 6
 use Doctrine\ORM\EntityRepository;
7
-
8 7
 use Doctrine\Common\DataFixtures\AbstractFixture;
9 8
 use Doctrine\Common\Persistence\ObjectManager;
10
-
11 9
 use Oro\Bundle\OrganizationBundle\Entity\BusinessUnit;
12 10
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
13 11
 use Symfony\Component\DependencyInjection\ContainerInterface;
14 12
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
15
-
16 13
 use Oro\Bundle\UserBundle\Entity\UserManager;
17 14
 use Oro\Bundle\UserBundle\Entity\User;
18 15
 
Please login to merge, or discard this patch.
Bundle/SalesBundle/Tests/Functional/Controller/LeadControllersTest.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\TestFrameworkBundle\Tests\Performance;
4 4
 
5 5
 use Symfony\Bundle\FrameworkBundle\Console\Application;
6
-
7 6
 use Symfony\Component\HttpKernel\Kernel;
8 7
 use Symfony\Component\DependencyInjection\Container;
9
-
10 8
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
11 9
 
12 10
 class LoadTest extends WebTestCase
Please login to merge, or discard this patch.
Tests/Functional/EventListener/B2bCustomerLifetimeListenerTest.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\Tests\Functional\EventListner;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper;
8 7
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
9
-
10 8
 use OroCRM\Bundle\SalesBundle\Entity\B2bCustomer;
11 9
 use OroCRM\Bundle\SalesBundle\Entity\Opportunity;
12
-use OroCRM\Bundle\SalesBundle\Entity\OpportunityStatus;
13 10
 
14 11
 /**
15 12
  * @outputBuffering enabled
Please login to merge, or discard this patch.