fix rector errors

This commit is contained in:
2024-09-13 16:22:09 +02:00
parent 8e984f2006
commit 911dfc2878
2 changed files with 3 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ use Twig\TwigFilter;
*/
class ChillEntityRenderExtension extends AbstractExtension
{
public function __construct(private ChillEntityRenderManagerInterface $renderManager) {}
public function __construct(private readonly ChillEntityRenderManagerInterface $renderManager) {}
/**
* @return array|TwigFilter[]