Completed
Push — readme ( 51e842...4e3179 )
by
unknown
24:07
created
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/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/Publish/API/Repository/Tests/Common/FacetedSearchProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
  */
9 9
 namespace eZ\Publish\API\Repository\Tests\Common;
10 10
 
11
-use eZ\Publish\API\Repository\Values\Content\Query;
12 11
 use eZ\Publish\API\Repository\Values\Content\Query\Criterion;
13 12
 use eZ\Publish\API\Repository\Values\Content\Query\SortClause;
14 13
 use eZ\Publish\API\Repository\Values\Content\Query\FacetBuilder;
Please login to merge, or discard this patch.
Bundle/EzPublishCoreBundle/Tests/Imagine/PlaceholderAliasGeneratorTest.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\API\Repository\Values\Content\VersionInfo as APIVersionInfo;
16 16
 use eZ\Publish\Core\FieldType\Image\Value as ImageValue;
17 17
 use eZ\Publish\Core\FieldType\Null\Value as NullValue;
18
-use eZ\Publish\Core\FieldType\Value as FieldTypeValue;
19 18
 use eZ\Publish\Core\FieldType\Value;
20 19
 use eZ\Publish\Core\IO\IOServiceInterface;
21 20
 use eZ\Publish\Core\IO\Values\BinaryFileCreateStruct;
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/TrashServiceAuthorizationTest.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\API\Repository\Tests;
10 10
 
11 11
 use eZ\Publish\API\Repository\Exceptions\UnauthorizedException;
12
-use eZ\Publish\API\Repository\Values\Content\Location;
13 12
 use eZ\Publish\API\Repository\Values\User\Limitation\ObjectStateLimitation;
14 13
 use eZ\Publish\Core\Repository\Repository;
15 14
 use eZ\Publish\Core\Repository\TrashService;
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Content/Handler.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 Exception;
12 12
 use eZ\Publish\Core\Persistence\Legacy\Content\Location\Gateway as LocationGateway;
13
-use eZ\Publish\SPI\Persistence\Content\Field;
14 13
 use eZ\Publish\SPI\Persistence\Content\Handler as BaseContentHandler;
15 14
 use eZ\Publish\SPI\Persistence\Content\Type\Handler as ContentTypeHandler;
16 15
 use eZ\Publish\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter;
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/SetupFactory/Legacy.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,9 +9,7 @@
 block discarded – undo
9 9
 namespace eZ\Publish\API\Repository\Tests\SetupFactory;
10 10
 
11 11
 use Doctrine\DBAL\Connection;
12
-use Doctrine\DBAL\DBALException;
13 12
 use Doctrine\DBAL\Driver\PDOException;
14
-use Doctrine\DBAL\Schema\Schema;
15 13
 use eZ\Publish\API\Repository\Tests\LegacySchemaImporter;
16 14
 use eZ\Publish\Core\Base\ServiceContainer;
17 15
 use Symfony\Component\DependencyInjection\ContainerBuilder;
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Content/Gateway/ExceptionConversion.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use eZ\Publish\SPI\Persistence\Content\VersionInfo;
19 19
 use eZ\Publish\SPI\Persistence\Content\Field;
20 20
 use eZ\Publish\SPI\Persistence\Content\Relation\CreateStruct as RelationCreateStruct;
21
-use Doctrine\DBAL\DBALException;
22 21
 use PDOException;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.
Core/Persistence/Legacy/Content/Location/Gateway/ExceptionConversion.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use eZ\Publish\Core\Persistence\Legacy\Content\Location\Gateway;
13 13
 use eZ\Publish\SPI\Persistence\Content\Location\UpdateStruct;
14 14
 use eZ\Publish\SPI\Persistence\Content\Location\CreateStruct;
15
-use Doctrine\DBAL\DBALException;
16 15
 use PDOException;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.