Completed
Push — 6.9 ( 8b02b8...b7fc36 )
by André
37:30 queued 22:27
created
eZ/Publish/API/Repository/Tests/FieldType/BinaryFileIntegrationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use eZ\Publish\Core\FieldType\BinaryFile\Value as BinaryFileValue;
14 14
 use eZ\Publish\API\Repository\Values\Content\Field;
15
-use eZ\Publish\API\Repository\Values\Content\Query\Criterion;
16 15
 
17 16
 /**
18 17
  * Integration test for use field type.
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/FloatIntegrationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  */
11 11
 namespace eZ\Publish\API\Repository\Tests\FieldType;
12 12
 
13
-use eZ\Publish\Core\FieldType\Float\Type;
14 13
 use eZ\Publish\Core\FieldType\Float\Value as FloatValue;
15 14
 use eZ\Publish\API\Repository\Values\Content\Field;
16 15
 
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/BinaryFile/Type.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\Core\FieldType\BinaryBase\Type as BinaryBaseType;
14 14
 use eZ\Publish\SPI\Persistence\Content\FieldValue;
15 15
 use eZ\Publish\SPI\FieldType\Value as SPIValue;
16
-use eZ\Publish\Core\FieldType\Value as BaseValue;
17 16
 
18 17
 /**
19 18
  * The TextLine field type.
Please login to merge, or discard this patch.
eZ/Publish/Core/Limitation/Tests/BlockingLimitationTypeTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 use eZ\Publish\API\Repository\Values\ValueObject;
12 12
 use eZ\Publish\API\Repository\Values\Content\ContentInfo;
13
-use eZ\Publish\API\Repository\Values\Content\Query\Criterion\Operator;
14 13
 use eZ\Publish\API\Repository\Values\User\Limitation;
15 14
 use eZ\Publish\API\Repository\Values\User\Limitation\BlockingLimitation;
16 15
 use eZ\Publish\API\Repository\Values\User\Limitation\ObjectStateLimitation;
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Routing/Generator/RouteReferenceGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use eZ\Publish\Core\MVC\Symfony\RequestStackAware;
16 16
 use eZ\Publish\Core\MVC\Symfony\Routing\RouteReference;
17 17
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
18
-use Symfony\Component\HttpFoundation\Request;
19 18
 
20 19
 class RouteReferenceGenerator implements RouteReferenceGeneratorInterface
21 20
 {
Please login to merge, or discard this patch.
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.
eZ/Publish/API/Repository/Tests/SearchEngineIndexingTest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,11 +8,10 @@
 block discarded – undo
8 8
  */
9 9
 namespace eZ\Publish\API\Repository\Tests;
10 10
 
11
-use eZ\Publish\API\Repository\Tests\SetupFactory\LegacyElasticsearch as LegacyElasticsearchSetupFactory;
11
+use eZ\Publish\API\Repository\Tests\SetupFactory\LegacyElasticsearch;
12 12
 use eZ\Publish\API\Repository\Values\Content\ContentInfo;
13 13
 use eZ\Publish\API\Repository\Exceptions\NotFoundException;
14 14
 use eZ\Publish\API\Repository\SearchService;
15
-use eZ\Publish\API\Repository\Tests\SetupFactory\LegacyElasticsearch;
16 15
 use eZ\Publish\API\Repository\Values\Content\LocationQuery;
17 16
 use eZ\Publish\API\Repository\Values\Content\Query;
18 17
 use eZ\Publish\API\Repository\Values\Content\Query\Criterion;
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Cache/Http/SignalSlot/PurgeAllHttpCacheSlot.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace eZ\Publish\Core\MVC\Symfony\Cache\Http\SignalSlot;
10 10
 
11 11
 use eZ\Publish\Core\SignalSlot\Signal;
12
-use eZ\Publish\Core\SignalSlot\Slot;
13 12
 
14 13
 /**
15 14
  * An abstract slot for clearing all http caches.
Please login to merge, or discard this patch.