mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-15 18:37:45 +00:00
DX: rector apply rules 'symfony up to 4.4
This commit is contained in:
@@ -25,7 +25,7 @@ class CommentRender implements ChillEntityRenderInterface
|
||||
{
|
||||
use BoxUtilsChillEntityRenderTrait;
|
||||
|
||||
public function __construct(private readonly UserRepositoryInterface $userRepository, private readonly EngineInterface $engine)
|
||||
public function __construct(private readonly UserRepositoryInterface $userRepository, private readonly \Twig\Environment $engine)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user