You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/FormExtension.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@
18
18
useSymfony\Component\Form\FormView;
19
19
useTwig\Environment;
20
20
useTwig\Extension\AbstractExtension;
21
-
useTwig\Extension\InitRuntimeInterface;
22
21
useTwig\TwigFilter;
23
22
useTwig\TwigFunction;
24
23
useTwig\TwigTest;
@@ -41,7 +40,7 @@ public function __construct($renderer = null)
41
40
if ($rendererinstanceof TwigRendererInterface) {
42
41
@trigger_error(sprintf('Passing a Twig Form Renderer to the "%s" constructor is deprecated since Symfony 3.2 and won\'t be possible in 4.0. Pass the Twig\Environment to the TwigRendererEngine constructor instead.', static::class), E_USER_DEPRECATED);
0 commit comments