Merge pull request #29 from piscis/patch-1

Fix Bundle for symfony 2.1 beta4
This commit is contained in:
Grégoire Passault 2012-07-24 14:17:21 -07:00
commit 141b976479
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class CaptchaType extends AbstractType
);
}
public function buildView(FormViewInterface $view, FormInterface $form, array $options)
public function buildView(FormView $view, FormInterface $form, array $options)
{
$fingerprint = null;