Completed
Push — 1.10 ( 93e51c...7f32fb )
by
unknown
11:06
created
Bundle/MagentoBundle/Migrations/Schema/v1_31/UpdateIdentityFields.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\Migrations\Schema\v1_31;
4 4
 
5 5
 use Doctrine\DBAL\Schema\Schema;
6
-
7 6
 use Oro\Bundle\EntityConfigBundle\Migration\UpdateEntityConfigFieldValueQuery;
8 7
 use Oro\Bundle\MigrationBundle\Migration\Migration;
9 8
 use Oro\Bundle\MigrationBundle\Migration\QueryBag;
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Migrations/Schema/v1_32/UpdateOriginAwareEntities.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\Migrations\Schema\v1_32;
4 4
 
5 5
 use Doctrine\DBAL\Schema\Schema;
6
-
7 6
 use Oro\Bundle\EntityConfigBundle\Migration\UpdateEntityConfigFieldValueQuery;
8 7
 use Oro\Bundle\MigrationBundle\Migration\Migration;
9 8
 use Oro\Bundle\MigrationBundle\Migration\QueryBag;
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Migrations/Schema/v1_37/CreateActivityAssociation.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\Migrations\Schema\v1_37;
4 4
 
5 5
 use Doctrine\DBAL\Schema\Schema;
6
-
7 6
 use Oro\Bundle\EntityExtendBundle\Migration\OroOptions;
8
-
9 7
 use Oro\Bundle\MigrationBundle\Migration\Migration;
10 8
 use Oro\Bundle\MigrationBundle\Migration\QueryBag;
11 9
 use Oro\Bundle\MigrationBundle\Migration\OrderedMigrationInterface;
12
-
13 10
 use Oro\Bundle\ActivityBundle\Migration\Extension\ActivityExtension;
14 11
 use Oro\Bundle\ActivityBundle\Migration\Extension\ActivityExtensionAwareInterface;
15
-
16 12
 use Oro\Bundle\ActivityListBundle\Migration\Extension\ActivityListExtension;
17 13
 use Oro\Bundle\ActivityListBundle\Migration\Extension\ActivityListExtensionAwareInterface;
18 14
 
Please login to merge, or discard this patch.
Migrations/Schema/v1_39/RemoveChannelFromImportExportIdentities.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\Migrations\Schema\v1_39;
4 4
 
5 5
 use Doctrine\DBAL\Schema\Schema;
6
-
7 6
 use Oro\Bundle\EntityConfigBundle\Migration\UpdateEntityConfigFieldValueQuery;
8 7
 use Oro\Bundle\MigrationBundle\Migration\Migration;
9 8
 use Oro\Bundle\MigrationBundle\Migration\QueryBag;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Model/ChannelSettingsProvider.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
     }
172 172
 
173 173
     /**
174
-     * @param mixed $channelId
174
+     * @param integer $channelId
175 175
      */
176 176
     protected function validateChannelId($channelId)
177 177
     {
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 Oro\Bundle\EntityBundle\ORM\DoctrineHelper;
6 6
 use Oro\Bundle\IntegrationBundle\Entity\Channel;
7 7
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
8
-
9 8
 use OroCRM\Bundle\MagentoBundle\Entity\MagentoSoapTransport;
10 9
 use OroCRM\Bundle\MagentoBundle\Provider\ChannelType;
11 10
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Model/NewsletterSubscriberManager.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 Doctrine\Common\Collections\ArrayCollection;
6 6
 use Doctrine\Common\Collections\Collection;
7
-
8 7
 use Oro\Bundle\EntityBundle\ORM\DoctrineHelper;
9 8
 use Oro\Bundle\EntityExtendBundle\Entity\AbstractEnumValue;
10 9
 use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Provider/AbstractMagentoConnector.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@  discard block
 block discarded – undo
3 3
 namespace OroCRM\Bundle\MagentoBundle\Provider;
4 4
 
5 5
 use Doctrine\Common\Persistence\ManagerRegistry;
6
-
7 6
 use Psr\Log\LoggerAwareInterface;
8
-
9 7
 use Oro\Bundle\ImportExportBundle\Context\ContextRegistry;
10 8
 use Oro\Bundle\ImportExportBundle\Context\ContextInterface;
11 9
 use Oro\Bundle\IntegrationBundle\Entity\Channel as Integration;
@@ -14,7 +12,6 @@  discard block
 block discarded – undo
14 12
 use Oro\Bundle\IntegrationBundle\Logger\LoggerStrategy;
15 13
 use Oro\Bundle\IntegrationBundle\Provider\AbstractConnector;
16 14
 use Oro\Bundle\IntegrationBundle\Provider\ConnectorContextMediator;
17
-
18 15
 use OroCRM\Bundle\MagentoBundle\Provider\Iterator\PredefinedFiltersAwareInterface;
19 16
 use OroCRM\Bundle\MagentoBundle\Provider\Iterator\UpdatedLoaderInterface;
20 17
 use OroCRM\Bundle\MagentoBundle\Provider\Transport\MagentoTransportInterface;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Provider/CartExpirationProcessor.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,9 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\MagentoBundle\Provider;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Symfony\Component\HttpFoundation\ParameterBag;
8
-
9 7
 use Oro\Bundle\IntegrationBundle\Entity\Channel;
10 8
 use Oro\Bundle\IntegrationBundle\Provider\ConnectorContextMediator;
11
-
12 9
 use OroCRM\Bundle\MagentoBundle\Utils\WSIUtils;
13 10
 use OroCRM\Bundle\MagentoBundle\Exception\ExtensionRequiredException;
14 11
 use OroCRM\Bundle\MagentoBundle\Provider\Transport\SoapTransport;
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.