Completed
Push — master ( 0b658a...cae295 )
by
unknown
54:13
created
OroCRM/Bundle/CaseBundle/Migrations/Data/Demo/ORM/LoadCaseEntityData.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,11 +6,8 @@
 block discarded – undo
6 6
 use Doctrine\Common\DataFixtures\AbstractFixture;
7 7
 use Doctrine\Common\Persistence\ObjectManager;
8 8
 use Doctrine\ORM\EntityManager;
9
-
10 9
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
11
-use Symfony\Component\DependencyInjection\ContainerInterface;
12 10
 use Symfony\Component\DependencyInjection\ContainerAwareTrait;
13
-
14 11
 use OroCRM\Bundle\CaseBundle\Entity\CaseComment;
15 12
 use OroCRM\Bundle\CaseBundle\Entity\CaseEntity;
16 13
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
Please login to merge, or discard this patch.
OroCRM/Bundle/DemoDataBundle/Migrations/Data/Demo/ORM/LoadMagentoData.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -5,17 +5,13 @@
 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
-use Symfony\Component\DependencyInjection\ContainerInterface;
11 9
 use Symfony\Component\DependencyInjection\ContainerAwareTrait;
12
-
13 10
 use Oro\Bundle\AddressBundle\Entity\Country;
14 11
 use Oro\Bundle\AddressBundle\Entity\Region;
15 12
 use Oro\Bundle\IntegrationBundle\Entity\Channel as Integration;
16 13
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
17 14
 use Oro\Bundle\UserBundle\Entity\User;
18
-
19 15
 use OroCRM\Bundle\AnalyticsBundle\Entity\RFMMetricCategory;
20 16
 use OroCRM\Bundle\ChannelBundle\Builder\BuilderFactory;
21 17
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
Please login to merge, or discard this patch.