Completed
Push — ezp26704-jms_translation_bundl... ( 3d555a )
by
unknown
14:27
created
eZ/Bundle/EzPublishCoreBundle/EzPublishCoreBundle.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/Translation/CatalogueMapperFileWriter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.