Completed
Push — master ( bde6a0...48fd94 )
by
unknown
13:22
created
Bundle/SalesBundle/Tests/Functional/Controller/API/RestB2bCustomerTest.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.
Bundle/SalesBundle/Tests/Functional/Controller/API/RestLeadPhoneApiTest.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/Tests/Functional/Controller/API/RestLeadTest.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.
Bundle/SalesBundle/Tests/Unit/Builder/OpportunityRelationsBuilderTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
     }
148 148
 
149 149
     /**
150
-     * @param object $object
150
+     * @param B2bCustomer $object
151 151
      * @param int $id
152 152
      */
153 153
     private function setObjectId($object, $id)
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\SalesBundle\Tests\Unit\Builder;
4 4
 
5 5
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
6
-
7
-use Oro\Bundle\SecurityBundle\SecurityFacade;
8
-
9 6
 use OroCRM\Bundle\AccountBundle\Entity\Account;
10 7
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
11 8
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
Please login to merge, or discard this patch.
Bundle/AccountBundle/Migrations/Schema/v1_12/UpdateEntityMergeOptions.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/ReportBundle/Tests/Functional/DataFixtures/LoadLeadsData.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -7,13 +7,10 @@  discard block
 block discarded – undo
7 7
 use Doctrine\Common\DataFixtures\OrderedFixtureInterface;
8 8
 use Doctrine\Common\Persistence\ObjectManager;
9 9
 use Doctrine\ORM\EntityManager;
10
-
11 10
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
12 11
 use Symfony\Component\DependencyInjection\ContainerInterface;
13
-
14 12
 use Oro\Bundle\AddressBundle\Entity\Country;
15 13
 use Oro\Bundle\AddressBundle\Entity\Region;
16
-use Oro\Bundle\EntityConfigBundle\Config\ConfigManager;
17 14
 use Oro\Bundle\EntityExtendBundle\Entity\AbstractEnumValue;
18 15
 use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper;
19 16
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
@@ -21,7 +18,6 @@  discard block
 block discarded – undo
21 18
 use Oro\Bundle\UserBundle\Entity\User;
22 19
 use Oro\Bundle\WorkflowBundle\Entity\WorkflowItem;
23 20
 use Oro\Bundle\WorkflowBundle\Model\WorkflowManager;
24
-
25 21
 use OroCRM\Bundle\ChannelBundle\Builder\BuilderFactory;
26 22
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
27 23
 use OroCRM\Bundle\SalesBundle\Entity\Lead;
Please login to merge, or discard this patch.