Completed
Push — ezp26704-jms_translation_bundl... ( 3d555a )
by
unknown
14:27
created
eZ/Bundle/EzPublishRestBundle/Tests/Functional/RoleTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace eZ\Bundle\EzPublishRestBundle\Tests\Functional;
12 12
 
13 13
 use eZ\Bundle\EzPublishRestBundle\Tests\Functional\TestCase as RESTFunctionalTestCase;
14
-use eZ\Publish\API\Repository\Values\User\Limitation;
15 14
 
16 15
 class RoleTest extends RESTFunctionalTestCase
17 16
 {
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/Features/Context/UserContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use eZ\Publish\API\Repository\Repository;
14 14
 use eZ\Publish\API\Repository\UserService;
15 15
 use eZ\Publish\API\Repository\SearchService;
16
-use eZ\Publish\API\Repository\Values\ValueObject;
17 16
 use eZ\Publish\API\Repository\Exceptions as ApiExceptions;
18 17
 use eZ\Publish\API\Repository\Values\Content\Query;
19 18
 use eZ\Publish\API\Repository\Values\Content\Query\Criterion;
Please login to merge, or discard this patch.
Publish/Core/Search/Legacy/Content/WordIndexer/Gateway/DoctrineDatabase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use eZ\Publish\Core\Search\Legacy\Content\FullTextData;
15 15
 use eZ\Publish\SPI\Persistence\Content;
16 16
 use eZ\Publish\SPI\Persistence\Content\Type\Handler as SPITypeHandler;
17
-use eZ\Publish\SPI\Search\Field;
18 17
 
19 18
 /**
20 19
  * WordIndexer gateway implementation using the Doctrine database.
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/EzPublishCoreBundle.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\HttpCachePass;
18 18
 use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\IdentityDefinerPass;
19 19
 use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\ImaginePass;
20
-use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\JmsTranslationBundlePass;
21 20
 use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\QueryTypePass;
22 21
 use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\RegisterSearchEnginePass;
23 22
 use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\RegisterStorageEnginePass;
Please login to merge, or discard this patch.