Completed
Push — 1.10 ( 93e51c...7f32fb )
by
unknown
11:06
created
src/Oro/Bridge/CrmCall/Migrations/Data/ORM/UpdateCallAccessLevels.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,12 +5,10 @@
 block discarded – undo
5 5
 use Doctrine\Common\DataFixtures\AbstractFixture;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7 7
 use Doctrine\Common\DataFixtures\DependentFixtureInterface;
8
-
9 8
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
10 9
 use Symfony\Component\DependencyInjection\ContainerAwareTrait;
11 10
 use Symfony\Component\Security\Acl\Model\SecurityIdentityInterface;
12 11
 use Symfony\Component\Yaml\Yaml;
13
-
14 12
 use Oro\Bundle\UserBundle\Entity\Role;
15 13
 use Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager;
16 14
 
Please login to merge, or discard this patch.
src/Oro/Bridge/CrmCall/Provider/CallDirectionProvider.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,11 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\Util\ClassUtils;
6 6
 use Doctrine\ORM\EntityManager;
7
-
8 7
 use Oro\Bundle\ActivityBundle\EntityConfig\ActivityScope;
9 8
 use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper;
10 9
 use Oro\Bundle\ActivityBundle\Manager\ActivityManager;
11
-
12 10
 use OroCRM\Bundle\ActivityContactBundle\Direction\DirectionProviderInterface;
13 11
 use OroCRM\Bundle\CallBundle\Entity\Call;
14 12
 
Please login to merge, or discard this patch.
src/Oro/Bridge/CrmTask/Migrations/Data/Demo/ORM/LoadTaskData.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\EntityExtendBundle\Tools\ExtendHelper;
13 11
 use Oro\Bundle\SecurityBundle\Authentication\Token\UsernamePasswordOrganizationToken;
14 12
 use Oro\Bundle\UserBundle\Entity\User;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/AccountBundle/Form/Handler/AccountHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\AccountBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\Common\Persistence\ObjectManager;
6
-
7 6
 use Symfony\Component\Form\FormInterface;
8 7
 use Symfony\Component\HttpFoundation\Request;
9
-
10 8
 use OroCRM\Bundle\AccountBundle\Entity\Account;
11 9
 
12 10
 class AccountHandler
Please login to merge, or discard this patch.
src/OroCRM/Bundle/AccountBundle/Form/Type/AccountType.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,18 +3,14 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\AccountBundle\Form\Type;
4 4
 
5 5
 use Doctrine\Common\Collections\Collection;
6
-
7 6
 use Symfony\Component\Routing\Router;
8 7
 use Symfony\Component\OptionsResolver\OptionsResolverInterface;
9
-
10 8
 use Symfony\Component\Form\AbstractType;
11 9
 use Symfony\Component\Form\FormBuilderInterface;
12 10
 use Symfony\Component\Form\FormInterface;
13 11
 use Symfony\Component\Form\FormView;
14
-
15 12
 use Oro\Bundle\EntityBundle\Provider\EntityNameResolver;
16 13
 use Oro\Bundle\SecurityBundle\SecurityFacade;
17
-
18 14
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
19 15
 use OroCRM\Bundle\AccountBundle\Entity\Account;
20 16
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/AccountBundle/Tests/Functional/ControllersTest.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\AccountBundle\Tests\Functional;
4 4
 
5 5
 use Symfony\Component\DomCrawler\Form;
6
-
7 6
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
Tests/Functional/Command/ActivityContactRecalculateCommandTest.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,14 +3,10 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\ActivityContactBundle\Tests\Functional\Command;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Monolog\Registry;
8
-
9 7
 use Symfony\Bundle\FrameworkBundle\Console\Application;
10 8
 use Symfony\Component\Console\Input\ArrayInput;
11
-
12 9
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
13
-
14 10
 use OroCRM\Bundle\ActivityContactBundle\Command\ActivityContactRecalculateCommand;
15 11
 use OroCRM\Bundle\ContactBundle\Tests\Functional\DataFixtures\LoadContactEntitiesData;
16 12
 use OroCRM\Bundle\DotmailerBundle\Entity\Contact;
Please login to merge, or discard this patch.
Bundle/ActivityContactBundle/Tools/ActivityContactConfigDumperExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Oro\Bundle\EntityConfigBundle\Provider\ConfigProvider;
8 8
 use Oro\Bundle\EntityExtendBundle\Tools\ExtendConfigDumper;
9 9
 use Oro\Bundle\EntityExtendBundle\Tools\DumperExtensions\AbstractEntityConfigDumperExtension;
10
-
11 10
 use OroCRM\Bundle\ActivityContactBundle\EntityConfig\ActivityScope;
12 11
 use OroCRM\Bundle\ActivityContactBundle\Model\TargetExcludeList;
13 12
 use OroCRM\Bundle\ActivityContactBundle\Provider\ActivityContactProvider;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/AnalyticsBundle/Builder/RFMBuilder.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\AnalyticsBundle\Builder;
4 4
 
5 5
 use Doctrine\Common\Collections\Criteria;
6
-
7 6
 use Oro\Bundle\EntityBundle\ORM\DoctrineHelper;
8 7
 use Oro\Bundle\BatchBundle\ORM\Query\BufferedQueryResultIterator;
9 8
 use OroCRM\Bundle\AnalyticsBundle\Model\RFMAwareInterface;
Please login to merge, or discard this patch.