Completed
Push — symfony4 ( b0a2f3...7515a9 )
by
unknown
31:27
created
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/Repository/Tests/Service/Mock/DomainMapperTest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,11 +15,10 @@
 block discarded – undo
15 15
 use eZ\Publish\Core\Repository\Tests\Service\Mock\Base as BaseServiceMockTest;
16 16
 use eZ\Publish\Core\Repository\Helper\DomainMapper;
17 17
 use eZ\Publish\Core\Repository\Values\Content\Content;
18
-use eZ\Publish\SPI\Persistence\Content\ContentInfo;
18
+use eZ\Publish\SPI\Persistence\Content\ContentInfo as SPIContentInfo;
19 19
 use eZ\Publish\SPI\Persistence\Content\Location;
20 20
 use eZ\Publish\API\Repository\Values\Content\Location as APILocation;
21 21
 use eZ\Publish\SPI\Persistence\Content\VersionInfo as SPIVersionInfo;
22
-use eZ\Publish\SPI\Persistence\Content\ContentInfo as SPIContentInfo;
23 22
 
24 23
 /**
25 24
  * Mock test case for internal DomainMapper.
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/Command/ReindexCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Symfony\Component\Console\Output\OutputInterface;
20 20
 use Symfony\Component\Process\PhpExecutableFinder;
21 21
 use Symfony\Component\Process\Process;
22
-use Symfony\Component\Process\ProcessBuilder;
23 22
 use RuntimeException;
24 23
 use DateTime;
25 24
 use PDO;
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/ContentExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Psr\Log\LoggerInterface;
21 21
 use Twig\Extension\AbstractExtension;
22 22
 use Twig\TwigFunction;
23
-use Twig_SimpleFunction;
24 23
 
25 24
 /**
26 25
  * Twig content extension for eZ Publish specific usage.
Please login to merge, or discard this patch.