php cs fixer

This commit is contained in:
2023-12-04 16:24:05 +01:00
parent de9251942c
commit a97a22d464
3 changed files with 2 additions and 7 deletions

View File

@@ -12,16 +12,12 @@ declare(strict_types=1);
namespace Chill\MainBundle\Templating\Entity;
use Chill\MainBundle\Entity\NewsItem;
use Chill\MainBundle\Templating\Entity\ChillEntityRenderInterface;
use Chill\MainBundle\Templating\TranslatableStringHelper;
/**
* @implements ChillEntityRenderInterface<NewsItem>
*/
final readonly class NewsItemRender implements ChillEntityRenderInterface
{
public function __construct(private TranslatableStringHelper $translatableStringHelper, private \Twig\Environment $engine) {}
public function renderBox($entity, array $options): string
{
return '';