@@ -187,7 +187,7 @@ |
||
187 | 187 | /** |
188 | 188 | * Returns if the given $value is considered empty by the field type. |
189 | 189 | * |
190 | - * @param mixed $value |
|
190 | + * @param SPIValue $value |
|
191 | 191 | * |
192 | 192 | * @return bool |
193 | 193 | */ |
@@ -9,7 +9,6 @@ |
||
9 | 9 | namespace eZ\Publish\Core\MVC\Symfony\FieldType\ImageAsset; |
10 | 10 | |
11 | 11 | use eZ\Publish\API\Repository\ContentService; |
12 | -use eZ\Publish\API\Repository\Exceptions\NotFoundException; |
|
13 | 12 | use eZ\Publish\API\Repository\Exceptions\UnauthorizedException; |
14 | 13 | use eZ\Publish\API\Repository\Values\Content\Field; |
15 | 14 | use eZ\Publish\Core\MVC\Symfony\FieldType\View\ParameterProviderInterface; |