Completed
Push — 1.10 ( 93e51c...7f32fb )
by
unknown
11:06
created
src/OroCRM/Bundle/ContactBundle/Entity/Repository/ContactRepository.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\ContactBundle\Entity\Repository;
4 4
 
5 5
 use Doctrine\ORM\EntityRepository;
6
-
7 6
 use Oro\Bundle\EmailBundle\Entity\Repository\EmailAwareRepository;
8 7
 
9 8
 class ContactRepository extends EntityRepository implements EmailAwareRepository
Please login to merge, or discard this patch.
src/OroCRM/Bundle/ContactBundle/Form/Handler/ContactEmailHandler.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\ContactBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\ORM\EntityManagerInterface;
6
-
7 6
 use Symfony\Component\Form\FormInterface;
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\ContactBundle\Validator\ContactEmailDeleteValidator;
15 12
 use OroCRM\Bundle\ContactBundle\Entity\ContactEmail;
16 13
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/ContactBundle/Form/Handler/ContactHandler.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 Doctrine\ORM\EntityManagerInterface;
6 6
 use Doctrine\ORM\UnitOfWork;
7
-
8 7
 use Symfony\Component\Form\FormInterface;
9 8
 use Symfony\Component\HttpFoundation\Request;
10
-
11 9
 use OroCRM\Bundle\AccountBundle\Entity\Account;
12 10
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
13 11
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/ContactBundle/Form/Handler/ContactPhoneHandler.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\ContactBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\ORM\EntityManagerInterface;
6
-
7 6
 use Symfony\Component\Form\FormInterface;
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\ContactBundle\Validator\ContactPhoneDeleteValidator;
15 12
 use OroCRM\Bundle\ContactBundle\Entity\ContactPhone;
16 13
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/ContactBundle/Handler/ContactEmailApiHandler.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/ContactBundle/Tests/Functional/API/RestContactApiTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\ContactBundle\Tests\Functional\API;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Oro\Bundle\UserBundle\Entity\User;
8 7
 use Oro\Bundle\AddressBundle\Entity\AddressType;
9 8
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
10
-
11 9
 use OroCRM\Bundle\ContactBundle\Entity\Group;
12 10
 use OroCRM\Bundle\AccountBundle\Entity\Account;
13 11
 
Please login to merge, or discard this patch.
Bundle/ContactBundle/Tests/Functional/API/RestContactPhoneApiTest.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\ContactBundle\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\ContactBundle\Tests\Functional\DataFixtures\LoadContactEntitiesData;
10 8
 use OroCRM\Bundle\ContactBundle\Tests\Functional\DataFixtures\LoadContactPhoneData;
11 9
 
Please login to merge, or discard this patch.
Bundle/ContactBundle/Tests/Functional/ContactAddressControllersTest.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\DomCrawler\Form;
6 6
 use Symfony\Component\DomCrawler\Field\ChoiceFormField;
7
-
8 7
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
src/OroCRM/Bundle/ContactBundle/Tests/Functional/ContactPaginationTest.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\ContactBundle\Tests\Functional;
4 4
 
5 5
 use OroCRM\Bundle\ContactBundle\Tests\Functional\DataFixtures\LoadContactEntitiesData;
6
-
7 6
 use Symfony\Component\DomCrawler\Crawler;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.