Skip to content

Commit

Permalink
[TwigBridge] removed superflous ; when rendering form_enctype() (closes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 13, 2013
1 parent 615bd0b commit 572ba68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Symfony/Bridge/Twig/Node/FormEnctypeNode.php
Expand Up @@ -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)');
}
Expand Down

0 comments on commit 572ba68

Please sign in to comment.