Completed
Push — 1.10 ( 93e51c...7f32fb )
by
unknown
11:06
created
src/OroCRM/Bundle/MagentoBundle/Provider/Transport/SoapTransport.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,12 +3,10 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\MagentoBundle\Provider\Transport;
4 4
 
5 5
 use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException;
6
-
7 6
 use Oro\Bundle\IntegrationBundle\Entity\Transport;
8 7
 use Oro\Bundle\IntegrationBundle\Provider\SOAPTransport as BaseSOAPTransport;
9 8
 use Oro\Bundle\IntegrationBundle\Utils\ConverterUtils;
10 9
 use Oro\Bundle\SecurityBundle\Encoder\Mcrypt;
11
-
12 10
 use OroCRM\Bundle\MagentoBundle\Entity\MagentoSoapTransport;
13 11
 use OroCRM\Bundle\MagentoBundle\Exception\ExtensionRequiredException;
14 12
 use OroCRM\Bundle\MagentoBundle\Provider\Iterator\CartsBridgeIterator;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Service/AutomaticDiscovery.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
     }
83 83
 
84 84
     /**
85
-     * @param object $entity
85
+     * @param \OroCRM\Bundle\MagentoBundle\Entity\Customer $entity
86 86
      * @return object|null
87 87
      */
88 88
     public function discoverSimilar($entity)
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,9 +6,7 @@
 block discarded – undo
6 6
 use Doctrine\Common\Util\ClassUtils;
7 7
 use Doctrine\ORM\EntityRepository;
8 8
 use Doctrine\ORM\QueryBuilder;
9
-
10 9
 use Symfony\Component\PropertyAccess\PropertyAccess;
11
-
12 10
 use Oro\Bundle\EntityBundle\ORM\DoctrineHelper;
13 11
 use Oro\Bundle\SecurityBundle\Owner\Metadata\OwnershipMetadataProvider;
14 12
 use OroCRM\Bundle\MagentoBundle\DependencyInjection\Configuration;
Please login to merge, or discard this patch.
MagentoBundle/Service/AutomaticDiscovery/AddressDiscoveryStrategy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
 
166 166
     /**
167 167
      * @param QueryBuilder $qb
168
-     * @param $alias
168
+     * @param string $alias
169 169
      * @param $address
170 170
      * @param array $fields
171 171
      * @param array $configuration
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Service/MagentoUrlGenerator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 use Symfony\Component\Routing\Router;
6 6
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
7 7
 use Symfony\Component\Routing\Exception\RouteNotFoundException;
8
-
9 8
 use Oro\Bundle\IntegrationBundle\Entity\Channel;
10
-
11 9
 use OroCRM\Bundle\MagentoBundle\Entity\MagentoSoapTransport;
12 10
 use OroCRM\Bundle\MagentoBundle\Exception\AdminUrlRequiredException;
13 11
 use OroCRM\Bundle\MagentoBundle\Exception\ExtensionRequiredException;
Please login to merge, or discard this patch.
Tests/Functional/Controller/Api/Rest/CustomerAddressControllerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,12 +3,10 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\MagentoBundle\Tests\Functional\Controller\Api\Rest;
4 4
 
5 5
 use Doctrine\Common\Persistence\ObjectManager;
6
-
7 6
 use Oro\Bundle\AddressBundle\Entity\AddressType;
8 7
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
9 8
 use Oro\Bundle\IntegrationBundle\Entity\Channel;
10 9
 use Oro\Bundle\UserBundle\Entity\User;
11
-
12 10
 use OroCRM\Bundle\MagentoBundle\Entity\Customer;
13 11
 
14 12
 /**
Please login to merge, or discard this patch.
Tests/Functional/Controller/Api/Rest/CustomerControllerTest.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\MagentoBundle\Tests\Functional\Controller\Api\Rest;
4 4
 
5 5
 use Doctrine\Common\Persistence\ObjectManager;
6
-
7 6
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
8 7
 use Oro\Bundle\IntegrationBundle\Entity\Channel;
9 8
 use Oro\Bundle\UserBundle\Entity\User;
10
-
11 9
 use OroCRM\Bundle\MagentoBundle\Entity\Customer;
12 10
 use OroCRM\Bundle\MagentoBundle\Entity\Website;
13 11
 use OroCRM\Bundle\MagentoBundle\Entity\Store;
Please login to merge, or discard this patch.
Tests/Functional/Controller/Dashboard/DashboardControllerTest.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\Common\Persistence\ManagerRegistry;
6 6
 use Doctrine\Common\Persistence\ObjectRepository;
7
-
8 7
 use Oro\Bundle\DashboardBundle\Entity\Dashboard;
9 8
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
10
-
11 9
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
12 10
 use OroCRM\Bundle\MagentoBundle\Provider\ChannelType;
13 11
 
Please login to merge, or discard this patch.
Tests/Functional/EventListener/ChannelOwnerSetListenerTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,12 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6 6
 use Doctrine\Common\Util\ClassUtils;
7
-
8 7
 use Symfony\Component\DomCrawler\Form;
9
-
10 8
 use Oro\Bundle\IntegrationBundle\Entity\Channel;
11 9
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
12
-
13 10
 use OroCRM\Bundle\MagentoBundle\Entity\Customer;
14 11
 use OroCRM\Bundle\MagentoBundle\Entity\Cart;
15 12
 use OroCRM\Bundle\MagentoBundle\Entity\Order;
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Tests/Functional/Fixture/LoadCustomerContact.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,12 +5,9 @@
 block discarded – undo
5 5
 use Doctrine\Common\Persistence\ObjectManager;
6 6
 use Doctrine\Common\DataFixtures\AbstractFixture;
7 7
 use Doctrine\Common\DataFixtures\DependentFixtureInterface;
8
-
9 8
 use Symfony\Component\DependencyInjection\ContainerInterface;
10 9
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
11
-
12 10
 use Oro\Bundle\UserBundle\Entity\UserManager;
13
-
14 11
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
15 12
 use OroCRM\Bundle\MagentoBundle\Entity\Customer;
16 13
 use OroCRM\Bundle\ContactBundle\Entity\ContactEmail;
Please login to merge, or discard this patch.