Closed
Description
https://symfony.com/doc/master/components/form.html
$twig->addExtension(
new FormExtension(new TwigRenderer($formEngine, $csrfManager))
);
This line throws an error.
Uncaught exception 'InvalidArgumentException' with message 'Passing any arguments the constructor of Symfony\Bridge\Twig\Extension\FormExtension is reserved for internal use.'