@@ -3,7 +3,6 @@ |
||
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; |
@@ -259,7 +259,7 @@ discard block |
||
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 |
||
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 |
@@ -5,7 +5,6 @@ |
||
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; |
@@ -3,7 +3,6 @@ |
||
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 |
@@ -3,7 +3,6 @@ |
||
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 |
@@ -3,9 +3,7 @@ |
||
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; |
@@ -4,13 +4,10 @@ |
||
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 |
@@ -3,12 +3,10 @@ |
||
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; |
@@ -82,7 +82,7 @@ |
||
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) |
@@ -6,9 +6,7 @@ |
||
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; |
@@ -165,7 +165,7 @@ |
||
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 |