Completed
Pull Request — 1.8 (#365)
by Sufijen
506:56 queued 431:47
created
src/Oro/Bundle/ActivityBundle/Migration/Extension/ActivityExtension.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\ActivityBundle\Migration\Extension;
4 4
 
5 5
 use Doctrine\DBAL\Schema\Schema;
6
-
7 6
 use Oro\Bundle\ActivityBundle\EntityConfig\ActivityScope;
8
-use Oro\Bundle\EntityExtendBundle\EntityConfig\ExtendScope;
9 7
 use Oro\Bundle\EntityExtendBundle\Migration\Extension\ExtendExtension;
10 8
 use Oro\Bundle\EntityExtendBundle\Migration\Extension\ExtendExtensionAwareInterface;
11 9
 use Oro\Bundle\EntityExtendBundle\Migration\OroOptions;
Please login to merge, or discard this patch.
src/Oro/Bundle/AddressBundle/Tests/Unit/Entity/AbstractAddressTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Oro\Bundle\AddressBundle\Tests\Entity;
4 4
 
5
-use Symfony\Component\Validator\ExecutionContext;
6
-
7 5
 use Oro\Bundle\AddressBundle\Entity\AbstractAddress;
8 6
 use Oro\Bundle\AddressBundle\Entity\Country;
9 7
 use Oro\Bundle\AddressBundle\Entity\Region;
Please login to merge, or discard this patch.
Oro/Bundle/CalendarBundle/Controller/Api/Rest/CalendarEventController.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@  discard block
 block discarded – undo
5 5
 use Symfony\Component\Form\Form;
6 6
 use Symfony\Component\HttpFoundation\Response;
7 7
 use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
8
-
9 8
 use FOS\RestBundle\Controller\Annotations\NamePrefix;
10 9
 use FOS\RestBundle\Controller\Annotations\RouteResource;
11 10
 use FOS\RestBundle\Controller\Annotations\QueryParam;
@@ -13,19 +12,15 @@  discard block
 block discarded – undo
13 12
 use FOS\RestBundle\Controller\Annotations\Post;
14 13
 use FOS\RestBundle\Routing\ClassResourceInterface;
15 14
 use FOS\RestBundle\Util\Codes;
16
-
17 15
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
18
-
19 16
 use Oro\Bundle\SecurityBundle\Annotation\Acl;
20 17
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
21
-
22 18
 use Oro\Bundle\CalendarBundle\Entity\CalendarEvent;
23 19
 use Oro\Bundle\CalendarBundle\Entity\Repository\CalendarEventRepository;
24 20
 use Oro\Bundle\CalendarBundle\Provider\SystemCalendarConfig;
25 21
 use Oro\Bundle\SoapBundle\Form\Handler\ApiFormHandler;
26 22
 use Oro\Bundle\SoapBundle\Controller\Api\Rest\RestController;
27 23
 use Oro\Bundle\SoapBundle\Entity\Manager\ApiEntityManager;
28
-use Oro\Bundle\CalendarBundle\Handler\DeleteHandler;
29 24
 use Oro\Bundle\SoapBundle\Request\Parameters\Filter\HttpDateTimeParameterFilter;
30 25
 use Oro\Bundle\SecurityBundle\Exception\ForbiddenException;
31 26
 
Please login to merge, or discard this patch.
src/Oro/Bundle/DataGridBundle/Extension/Export/ExportExtension.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,8 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\DataGridBundle\Extension\Export;
4 4
 
5 5
 use Symfony\Component\Translation\TranslatorInterface;
6
-
7 6
 use Oro\Bundle\DataGridBundle\Extension\AbstractExtension;
8
-use Oro\Bundle\DataGridBundle\Datagrid\Common\MetadataObject;
9 7
 use Oro\Bundle\DataGridBundle\Datagrid\Common\DatagridConfiguration;
10
-use Oro\Bundle\DataGridBundle\Extension\Toolbar\ToolbarExtension;
11 8
 
12 9
 class ExportExtension extends AbstractExtension
13 10
 {
Please login to merge, or discard this patch.
DistributionBundle/Tests/Unit/Manager/Helper/ChangeSetBuilderTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Composer\Package\PackageInterface;
5 5
 use Oro\Bundle\DistributionBundle\Manager\Helper\ChangeSetBuilder;
6
-use Oro\Bundle\DistributionBundle\Test\PhpUnit\Helper\MockHelperTrait;
7 6
 
8 7
 class ChangeSetBuilderTest extends \PHPUnit_Framework_TestCase
9 8
 {
Please login to merge, or discard this patch.
src/Oro/Bundle/EmailBundle/Controller/Api/Rest/EmailController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -6,12 +6,8 @@
 block discarded – undo
6 6
 use FOS\RestBundle\Controller\Annotations\RouteResource;
7 7
 use FOS\RestBundle\Controller\Annotations\QueryParam;
8 8
 use FOS\RestBundle\Controller\Annotations\Get;
9
-use FOS\RestBundle\Controller\Annotations\Delete;
10
-
11 9
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
12
-
13 10
 use Symfony\Component\HttpFoundation\Response;
14
-
15 11
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
16 12
 use Oro\Bundle\SoapBundle\Controller\Api\Rest\RestController;
17 13
 use Oro\Bundle\SoapBundle\Request\Parameters\Filter\StringToArrayParameterFilter;
Please login to merge, or discard this patch.
src/Oro/Bundle/EmailBundle/Controller/Api/Rest/EmailOriginController.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -6,14 +6,9 @@
 block discarded – undo
6 6
 use FOS\RestBundle\Controller\Annotations\RouteResource;
7 7
 use FOS\RestBundle\Controller\Annotations\QueryParam;
8 8
 use FOS\RestBundle\Controller\Annotations\Get;
9
-use FOS\RestBundle\Controller\Annotations\Delete;
10
-
11 9
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
12
-
13 10
 use Symfony\Component\HttpFoundation\Response;
14
-
15 11
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
16
-use Oro\Bundle\SecurityBundle\SecurityFacade;
17 12
 use Oro\Bundle\SoapBundle\Controller\Api\Rest\RestGetController;
18 13
 
19 14
 /**
Please login to merge, or discard this patch.
EmailBundle/Entity/Manager/EmailActivitySuggestionApiEntityManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\EmailBundle\Entity\Manager;
4 4
 
5 5
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
6
-
7 6
 use Oro\Bundle\EmailBundle\Entity\Email;
8
-use Oro\Bundle\SearchBundle\Query\Result as SearchResult;
9 7
 
10 8
 class EmailActivitySuggestionApiEntityManager extends EmailActivitySearchApiEntityManager
11 9
 {
Please login to merge, or discard this patch.
src/Oro/Bundle/EmailBundle/OroEmailBundle.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,9 +7,7 @@  discard block
 block discarded – undo
7 7
 use Symfony\Component\Filesystem\Filesystem;
8 8
 use Symfony\Component\HttpKernel\Bundle\Bundle;
9 9
 use Symfony\Component\HttpKernel\KernelInterface;
10
-
11 10
 use Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DoctrineOrmMappingsPass;
12
-
13 11
 use Oro\Bundle\EmailBundle\DependencyInjection\Compiler\EmailBodyLoaderPass;
14 12
 use Oro\Bundle\EmailBundle\DependencyInjection\Compiler\EmailOwnerConfigurationPass;
15 13
 use Oro\Bundle\EmailBundle\DependencyInjection\Compiler\EmailSynchronizerPass;
@@ -17,7 +15,6 @@  discard block
 block discarded – undo
17 15
 use Oro\Bundle\EmailBundle\DependencyInjection\Compiler\MailboxProcessPass;
18 16
 use Oro\Bundle\EmailBundle\DependencyInjection\Compiler\TwigSandboxConfigurationPass;
19 17
 use Oro\Bundle\EmailBundle\DependencyInjection\Compiler\EmailFlagManagerLoaderPass;
20
-use Oro\Bundle\EmailBundle\DependencyInjection\Compiler\EmailFolderLoaderPass;
21 18
 use Oro\Bundle\EmailBundle\DependencyInjection\Compiler\EmailRecipientsProviderPass;
22 19
 
23 20
 class OroEmailBundle extends Bundle
Please login to merge, or discard this patch.