apply rector rules after updating the code with master branch

This commit is contained in:
2023-07-19 23:43:26 +02:00
parent e45430f0c9
commit aa553db659
8 changed files with 12 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ use UnexpectedValueException;
final readonly class CalendarDocController
{
public function __construct(
private EngineInterface $engine,
private \Twig\Environment $engine,
private EntityManagerInterface $entityManager,
private FormFactoryInterface $formFactory,
private Security $security,