Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch '2.2'
  • Loading branch information
andrerom committed Aug 23, 2018
2 parents 5aee85d + e963031 commit 02416ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rest/Field/TypeValue.php
Expand Up @@ -6,7 +6,7 @@
namespace EzSystems\RecommendationBundle\Rest\Field;

use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ConfigResolver;
use eZ\Bundle\EzPublishCoreBundle\Imagine\PlaceholderAliasGenerator as ImageVariationService;
use eZ\Publish\SPI\Variation\VariationHandler as ImageVariationService;
use eZ\Publish\Core\FieldType\RichText\Converter as RichTextConverterInterface;
use eZ\Publish\Core\MVC\Exception\SourceImageNotFoundException;
use eZ\Publish\API\Repository\Values\Content\Content;
Expand All @@ -19,7 +19,7 @@ class TypeValue
/** @var \eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ConfigResolver */
private $configResolver;

/** @var \eZ\Bundle\EzPublishCoreBundle\Imagine\AliasGenerator */
/** @var \eZ\Publish\SPI\Variation\VariationHandler */
protected $imageVariationService;

/** @var \eZ\Publish\Core\FieldType\RichText\Converter */
Expand All @@ -30,7 +30,7 @@ class TypeValue

/**
* @param \eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ConfigResolver $configResolver
* @param \eZ\Bundle\EzPublishCoreBundle\Imagine\PlaceholderAliasGenerator $imageVariationService
* @param \eZ\Publish\SPI\Variation\VariationHandler $imageVariationService
* @param \eZ\Publish\Core\FieldType\RichText\Converter $richHtml5Converter
* @param \eZ\Publish\Core\FieldType\XmlText\Converter\Html5 $xmlHtml5Converter
*/
Expand Down

0 comments on commit 02416ff

Please sign in to comment.