@@ -17,7 +17,6 @@ |
||
17 | 17 | use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\HttpCachePass; |
18 | 18 | use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\IdentityDefinerPass; |
19 | 19 | use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\ImaginePass; |
20 | -use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\JmsTranslationBundlePass; |
|
21 | 20 | use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\QueryTypePass; |
22 | 21 | use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\RegisterSearchEnginePass; |
23 | 22 | use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\RegisterStorageEnginePass; |
@@ -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 | { |