Completed
Push — location_content_property ( b180d5 )
by André
16:28
created
eZ/Publish/Core/Repository/SearchService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,6 @@
 block discarded – undo
19 19
 use eZ\Publish\API\Repository\Values\Content\LocationQuery;
20 20
 use eZ\Publish\API\Repository\Repository as RepositoryInterface;
21 21
 use eZ\Publish\API\Repository\Values\Content\Search\SearchResult;
22
-use eZ\Publish\API\Repository\Exceptions\NotFoundException as APINotFoundException;
23
-use eZ\Publish\API\Repository\Exceptions\UnauthorizedException as APIUnauthorizedException;
24 22
 use eZ\Publish\Core\Base\Exceptions\NotFoundException;
25 23
 use eZ\Publish\Core\Base\Exceptions\InvalidArgumentException;
26 24
 use eZ\Publish\Core\Base\Exceptions\InvalidArgumentType;
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Tests/Service/Mock/SearchTest.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\Repository\Tests\Service\Mock;
10 10
 
11 11
 use eZ\Publish\Core\Base\Exceptions\NotFoundException;
12
-use eZ\Publish\Core\Base\Exceptions\UnauthorizedException;
13 12
 use eZ\Publish\Core\Repository\ContentService;
14 13
 use eZ\Publish\Core\Repository\Helper\DomainMapper;
15 14
 use eZ\Publish\Core\Repository\Tests\Service\Mock\Base as BaseServiceMockTest;
Please login to merge, or discard this patch.