@@ -2,8 +2,6 @@ |
||
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; |
@@ -3,13 +3,9 @@ |
||
3 | 3 | namespace Oro\Bundle\DataGridBundle\Datasource\Orm; |
4 | 4 | |
5 | 5 | use Doctrine\Common\Persistence\ManagerRegistry; |
6 | -use Doctrine\ORM\Query; |
|
7 | 6 | use Doctrine\ORM\QueryBuilder; |
8 | - |
|
9 | 7 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
10 | - |
|
11 | 8 | use Oro\Component\DoctrineUtils\ORM\QueryHintResolver; |
12 | - |
|
13 | 9 | use Oro\Bundle\DataGridBundle\Datagrid\DatagridInterface; |
14 | 10 | use Oro\Bundle\DataGridBundle\Datasource\DatasourceInterface; |
15 | 11 | use Oro\Bundle\DataGridBundle\Datasource\ParameterBinderAwareInterface; |
@@ -3,11 +3,8 @@ |
||
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 | { |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace Oro\Bundle\DataGridBundle\Extension\InlineEditing; |
4 | 4 | |
5 | 5 | use Symfony\Component\Validator\Mapping\ClassMetadataInterface; |
6 | -use Symfony\Component\Validator\PropertyMetadataContainerInterface; |
|
7 | 6 | use Symfony\Component\Validator\Validator\ValidatorInterface; |
8 | - |
|
9 | 7 | use Oro\Bundle\DataGridBundle\Extension\InlineEditing\InlineEditColumnOptions\GuesserInterface; |
10 | 8 | |
11 | 9 | /** |
@@ -3,7 +3,6 @@ |
||
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 | { |
@@ -6,12 +6,8 @@ |
||
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; |
@@ -6,14 +6,9 @@ |
||
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 | /** |
@@ -3,9 +3,7 @@ |
||
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 | { |
@@ -7,9 +7,7 @@ discard block |
||
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 |
||
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 |