Completed
Push — 1.10 ( 93e51c...7f32fb )
by
unknown
11:06
created
MagentoBundle/Manager/CustomerAddress/ConvertAddressToContactAdress.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\MagentoBundle\Manager\CustomerAddress;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\PropertyAccess;
6
-
7 6
 use OroCRM\Bundle\ContactBundle\Entity\ContactAddress;
8 7
 use OroCRM\Bundle\MagentoBundle\Entity\Address;
9 8
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Manager/CustomerAddressManager.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\MagentoBundle\Manager;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Psr\Log\LoggerAwareInterface;
8 7
 use Psr\Log\LoggerAwareTrait;
9
-
10 8
 use Symfony\Component\PropertyAccess\PropertyAccess;
11 9
 use Symfony\Component\PropertyAccess\PropertyAccessor;
12
-
13 10
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
14 11
 use OroCRM\Bundle\ContactBundle\Entity\ContactAddress;
15 12
 use OroCRM\Bundle\MagentoBundle\Entity\Customer;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Manager/CustomerInfoManager.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,16 +3,12 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\MagentoBundle\Manager;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Psr\Log\LoggerAwareInterface;
8 7
 use Psr\Log\LoggerAwareTrait;
9
-
10 8
 use Symfony\Component\PropertyAccess\PropertyAccess;
11 9
 use Symfony\Component\PropertyAccess\PropertyAccessor;
12
-
13 10
 use Oro\Bundle\ImportExportBundle\Context\Context;
14 11
 use Oro\Bundle\IntegrationBundle\Entity\Channel;
15
-
16 12
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
17 13
 use OroCRM\Bundle\ContactBundle\Entity\ContactAddress;
18 14
 use OroCRM\Bundle\MagentoBundle\Entity\Address;
Please login to merge, or discard this patch.
Tests/Functional/Command/ReSyncCustomersAddressCommandTest.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\MagentoBundle\Tests\Functional\Command;
4 4
 
5 5
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
6
-
7 6
 use OroCRM\Bundle\ContactBundle\Entity\ContactAddress;
8 7
 use OroCRM\Bundle\MagentoBundle\Entity\Address;
9 8
 use OroCRM\Bundle\MagentoBundle\Entity\Customer;
Please login to merge, or discard this patch.
Functional/Fixture/ResyncMagentoCustomerAddresses/LoadMagentoChannel.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,18 +4,14 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\DataFixtures\AbstractFixture;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7
-
8 7
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
9 8
 use Symfony\Component\DependencyInjection\ContainerInterface;
10
-
11 9
 use Oro\Component\Config\Common\ConfigObject;
12
-
13 10
 use Oro\Bundle\AddressBundle\Entity\Address;
14 11
 use Oro\Bundle\IntegrationBundle\Entity\Channel as Integration;
15 12
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
16 13
 use Oro\Bundle\UserBundle\Entity\User;
17 14
 use Oro\Bundle\UserBundle\Model\Gender;
18
-
19 15
 use OroCRM\Bundle\ContactBundle\Entity\ContactAddress;
20 16
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
21 17
 use OroCRM\Bundle\AccountBundle\Entity\Account;
Please login to merge, or discard this patch.