diff --git a/src/Symfony/Bridge/Twig/Node/FormEnctypeNode.php b/src/Symfony/Bridge/Twig/Node/FormEnctypeNode.php index 93bce1b9e6b6..0114b354d8b3 100644 --- a/src/Symfony/Bridge/Twig/Node/FormEnctypeNode.php +++ b/src/Symfony/Bridge/Twig/Node/FormEnctypeNode.php @@ -23,8 +23,6 @@ public function compile(\Twig_Compiler $compiler) { parent::compile($compiler); - $compiler->raw(";\n"); - // Uncomment this as soon as the deprecation note should be shown // $compiler->write('trigger_error(\'The helper form_enctype(form) is deprecated since version 2.3 and will be removed in 3.0. Use form_start(form) instead.\', E_USER_DEPRECATED)'); }