Completed
Push — bulk_load_content_info_api ( d8de10 )
by André
17:00
created
eZ/Publish/Core/MVC/Symfony/FieldType/RelationList/ParameterProvider.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace eZ\Publish\Core\MVC\Symfony\FieldType\RelationList;
4 4
 
5 5
 use eZ\Publish\API\Repository\ContentService;
6
-use eZ\Publish\API\Repository\Exceptions\NotFoundException;
7
-use eZ\Publish\API\Repository\Exceptions\UnauthorizedException;
8 6
 use eZ\Publish\API\Repository\Values\Content\Field;
9 7
 use eZ\Publish\Core\MVC\Symfony\FieldType\View\ParameterProviderInterface;
10 8
 
Please login to merge, or discard this patch.
Core/MVC/Symfony/FieldType/Tests/RelationList/ParameterProviderTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 use eZ\Publish\API\Repository\ContentService;
6 6
 use eZ\Publish\API\Repository\Values\Content\ContentInfo;
7 7
 use eZ\Publish\API\Repository\Values\Content\Field;
8
-use eZ\Publish\Core\Base\Exceptions\NotFoundException;
9
-use eZ\Publish\Core\Base\Exceptions\UnauthorizedException;
10 8
 use eZ\Publish\Core\FieldType\RelationList\Value;
11 9
 use eZ\Publish\Core\MVC\Symfony\FieldType\RelationList\ParameterProvider;
12 10
 use PHPUnit\Framework\TestCase;
Please login to merge, or discard this patch.