Completed
Push — 1.10 ( 93e51c...7f32fb )
by
unknown
11:06
created
MagentoBundle/Tests/Functional/Fixture/LoadNewsletterSubscriberData.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,10 +5,8 @@
 block discarded – undo
5 5
 use Doctrine\Common\DataFixtures\AbstractFixture;
6 6
 use Doctrine\Common\DataFixtures\DependentFixtureInterface;
7 7
 use Doctrine\Common\Persistence\ObjectManager;
8
-
9 8
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
10 9
 use Symfony\Component\DependencyInjection\ContainerInterface;
11
-
12 10
 use Oro\Bundle\IntegrationBundle\Entity\Channel as Integration;
13 11
 use Oro\Bundle\EntityExtendBundle\Entity\AbstractEnumValue;
14 12
 use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper;
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Tests/Functional/Fixture/LoadNotAssociatedEntities.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\Common\Persistence\ObjectManager;
6 6
 use Doctrine\Common\DataFixtures\AbstractFixture;
7
-
8 7
 use Symfony\Component\DependencyInjection\ContainerInterface;
9 8
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
10
-
11 9
 use Oro\Bundle\UserBundle\Entity\User;
12 10
 use Oro\Bundle\UserBundle\Entity\UserManager;
13
-
14 11
 use OroCRM\Bundle\AccountBundle\Entity\Account;
15 12
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
16 13
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Tests/Functional/Fixture/LoadOwnerUser.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\ObjectManager;
6 6
 use Doctrine\Common\DataFixtures\AbstractFixture;
7
-
8 7
 use Symfony\Component\DependencyInjection\ContainerInterface;
9 8
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
10
-
11 9
 use Oro\Bundle\UserBundle\Entity\User;
12 10
 use Oro\Bundle\UserBundle\Entity\UserManager;
13 11
 
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Tests/Functional/Fixture/LoadRFMCategoryData.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,9 +113,9 @@
 block discarded – undo
113 113
     }
114 114
 
115 115
     /**
116
-     * @param object $entity
116
+     * @param RFMMetricCategory $entity
117 117
      * @param array $data
118
-     * @param array $excludeProperties
118
+     * @param string[] $excludeProperties
119 119
      */
120 120
     public function setEntityPropertyValues($entity, array $data, array $excludeProperties = [])
121 121
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,11 +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 10
 use Symfony\Component\PropertyAccess\PropertyAccess;
12
-
13 11
 use OroCRM\Bundle\AnalyticsBundle\Model\RFMAwareInterface;
14 12
 use OroCRM\Bundle\AnalyticsBundle\Entity\RFMMetricCategory;
15 13
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
Please login to merge, or discard this patch.
OroCRM/Bundle/MagentoBundle/Tests/Functional/Fixture/LoadRFMOrderData.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,9 +114,9 @@
 block discarded – undo
114 114
     }
115 115
 
116 116
     /**
117
-     * @param object $entity
117
+     * @param Order $entity
118 118
      * @param array $data
119
-     * @param array $excludeProperties
119
+     * @param string[] $excludeProperties
120 120
      */
121 121
     public function setEntityPropertyValues($entity, array $data, array $excludeProperties = [])
122 122
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Symfony\Component\DependencyInjection\ContainerInterface;
9 9
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
10 10
 use Symfony\Component\PropertyAccess\PropertyAccess;
11
-
12 11
 use Oro\Bundle\UserBundle\Migrations\Data\ORM\LoadAdminUserData;
13 12
 use OroCRM\Bundle\MagentoBundle\Entity\Order;
14 13
 
Please login to merge, or discard this patch.
Strategy/NewsletterSubscriberWithExistingCustomerStrategyTest.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 Akeneo\Bundle\BatchBundle\Entity\JobExecution;
6 6
 use Akeneo\Bundle\BatchBundle\Entity\StepExecution;
7
-
8 7
 use Oro\Bundle\ImportExportBundle\Context\StepExecutionProxyContext;
9 8
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
10
-
11 9
 use OroCRM\Bundle\MagentoBundle\Entity\Customer;
12 10
 use OroCRM\Bundle\MagentoBundle\Entity\NewsletterSubscriber;
13 11
 use OroCRM\Bundle\MagentoBundle\ImportExport\Strategy\NewsletterSubscriberWithExistingCustomerStrategy;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Tests/Selenium/CreateIntegrationTest.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 Oro\Bundle\TestFrameworkBundle\Test\Selenium2TestCase;
6 6
 use Oro\Bundle\IntegrationBundle\Tests\Selenium\Pages\Integrations;
7
-
8 7
 use OroCRM\Bundle\MagentoBundle\Tests\Selenium\Pages\Integration;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Tests/Unit/Acl/Voter/CustomerVoterTest.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\Unit\Acl\Voter;
4 4
 
5 5
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
6
-
7 6
 use OroCRM\Bundle\MagentoBundle\Acl\Voter\CustomerVoter;
8 7
 use OroCRM\Bundle\MagentoBundle\Entity\Customer;
9 8
 
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Tests/Unit/Acl/Voter/NewsletterSubscriberVoterTest.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\Unit\Acl\Voter;
4 4
 
5 5
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
6
-
7 6
 use OroCRM\Bundle\MagentoBundle\Entity\NewsletterSubscriber;
8 7
 use OroCRM\Bundle\MagentoBundle\Acl\Voter\NewsletterSubscriberVoter;
9 8
 
Please login to merge, or discard this patch.