Skip to content

Commit

Permalink
[Bridge/Twig] Fix legacy test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Nov 28, 2015
1 parent 5385e52 commit 077cf3a
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -67,11 +67,6 @@ protected function renderForm(FormView $view, array $vars = array())
return (string) $this->extension->renderer->renderBlock($view, 'form', $vars);
}

protected function renderEnctype(FormView $view)
{
return (string) $this->extension->renderer->searchAndRenderBlock($view, 'enctype');
}

protected function renderLabel(FormView $view, $label = null, array $vars = array())
{
if ($label !== null) {
Expand Down

0 comments on commit 077cf3a

Please sign in to comment.