Completed
Push — master ( dd2819...45b95e )
by
unknown
10:20
created
OroCRM/Bundle/MagentoBundle/Provider/Iterator/AbstractBridgeIterator.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\Provider\Iterator;
4 4
 
5 5
 use Oro\Bundle\IntegrationBundle\Utils\ConverterUtils;
6
-
7 6
 use OroCRM\Bundle\MagentoBundle\Provider\BatchFilterBag;
8 7
 use OroCRM\Bundle\MagentoBundle\Provider\Transport\ServerTimeAwareInterface;
9 8
 use OroCRM\Bundle\MagentoBundle\Provider\Transport\SoapTransport;
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Provider/Iterator/AbstractPageableSoapIterator.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@  discard block
 block discarded – undo
259 259
     /**
260 260
      * Load entities ids list
261 261
      *
262
-     * @return true|null true when there are ids retrieved
262
+     * @return null|boolean true when there are ids retrieved
263 263
      */
264 264
     protected function findEntitiesToProcess()
265 265
     {
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
     /**
298 298
      * Retrieve store ids for given website
299 299
      *
300
-     * @param $websiteId
300
+     * @param integer $websiteId
301 301
      *
302 302
      * @return array
303 303
      * @throws \LogicException
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Psr\Log\LoggerAwareInterface;
6 6
 use Psr\Log\LoggerAwareTrait;
7 7
 use Psr\Log\NullLogger;
8
-
9 8
 use OroCRM\Bundle\MagentoBundle\Provider\BatchFilterBag;
10 9
 use OroCRM\Bundle\MagentoBundle\Provider\Transport\SoapTransport;
11 10
 use OroCRM\Bundle\MagentoBundle\Utils\WSIUtils;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Provider/Iterator/CustomerSoapIterator.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\Provider\Iterator;
4 4
 
5 5
 use Oro\Bundle\IntegrationBundle\Utils\ConverterUtils;
6
-
7 6
 use OroCRM\Bundle\MagentoBundle\Provider\BatchFilterBag;
8 7
 use OroCRM\Bundle\MagentoBundle\Provider\Transport\SoapTransport;
9 8
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Provider/MagentoBigNumberProvider.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\Provider;
4 4
 
5 5
 use Symfony\Bridge\Doctrine\RegistryInterface;
6
-
7 6
 use Oro\Bundle\DashboardBundle\Provider\BigNumber\BigNumberDateHelper;
8 7
 use Oro\Bundle\SecurityBundle\ORM\Walker\AclHelper;
9 8
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Provider/Strategy/TwoWaySyncStrategy.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\MagentoBundle\Provider\Strategy;
4 4
 
5 5
 use Akeneo\Bundle\BatchBundle\Entity\StepExecution;
6
-
7 6
 use Symfony\Component\PropertyAccess\PropertyAccess;
8
-
9 7
 use Oro\Bundle\IntegrationBundle\ImportExport\Processor\StepExecutionAwareExportProcessor;
10 8
 use Oro\Bundle\IntegrationBundle\ImportExport\Processor\StepExecutionAwareImportProcessor;
11 9
 use Oro\Bundle\IntegrationBundle\Provider\TwoWaySyncConnectorInterface;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Provider/TrackingCustomerIdentification.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,13 +4,10 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Bundle\DoctrineBundle\Registry;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7
-
8 7
 use Oro\Bundle\EntityConfigBundle\Provider\ConfigProvider;
9
-
10 8
 use Oro\Bundle\TrackingBundle\Entity\TrackingVisit;
11 9
 use Oro\Bundle\TrackingBundle\Entity\TrackingVisitEvent;
12 10
 use Oro\Bundle\TrackingBundle\Provider\TrackingEventIdentifierInterface;
13
-
14 11
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
15 12
 use OroCRM\Bundle\ChannelBundle\Provider\SettingsProvider;
16 13
 
Please login to merge, or discard this patch.
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.