@@ -18,8 +18,6 @@ |
||
| 18 | 18 | use Sonata\BlockBundle\Block\BlockContextInterface; |
| 19 | 19 | use Sonata\BlockBundle\Block\Service\AbstractBlockService; |
| 20 | 20 | use Sonata\BlockBundle\Model\BlockInterface; |
| 21 | -use Sonata\ClassificationBundle\Model\ContextManagerInterface; |
|
| 22 | -use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface; |
|
| 23 | 21 | use Symfony\Component\HttpFoundation\Response; |
| 24 | 22 | use Symfony\Component\OptionsResolver\OptionsResolver; |
| 25 | 23 | use Twig\Environment; |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | protected $auditReader; |
| 36 | 36 | |
| 37 | 37 | /** |
| 38 | - * @param string|Environment $twigOrDeprecatedName |
|
| 38 | + * @param string $twigOrDeprecatedName |
|
| 39 | 39 | * @param EngineInterface|AuditReader $auditReaderOrDeprecatedTemplating |
| 40 | 40 | * @param AuditReader|null $deprecatedAuditReader |
| 41 | 41 | */ |
@@ -18,7 +18,6 @@ |
||
| 18 | 18 | use Sonata\BlockBundle\Block\BlockContextInterface; |
| 19 | 19 | use Sonata\BlockBundle\Block\Service\AbstractBlockService; |
| 20 | 20 | use Sonata\BlockBundle\Model\BlockInterface; |
| 21 | -use Sonata\ClassificationBundle\Model\ContextManagerInterface; |
|
| 22 | 21 | use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface; |
| 23 | 22 | use Symfony\Component\HttpFoundation\Response; |
| 24 | 23 | use Symfony\Component\OptionsResolver\OptionsResolver; |