@@ -38,7 +38,7 @@ |
||
| 38 | 38 | * |
| 39 | 39 | * @param \eZ\Publish\SPI\Search\Field $field |
| 40 | 40 | * |
| 41 | - * @return mixed |
|
| 41 | + * @return string |
|
| 42 | 42 | */ |
| 43 | 43 | public function map(Field $field) |
| 44 | 44 | { |
@@ -20,7 +20,6 @@ |
||
| 20 | 20 | use eZ\Publish\SPI\IO\BinaryFileCreateStruct as SPIBinaryFileCreateStruct; |
| 21 | 21 | use eZ\Publish\SPI\IO\BinaryFile as SPIBinaryFile; |
| 22 | 22 | use RuntimeException; |
| 23 | -use Symfony\Component\Validator\Constraints\Date; |
|
| 24 | 23 | |
| 25 | 24 | /** |
| 26 | 25 | * Manages IO metadata in a mysql table, ezdfsfile. |