Fix Bundle for symfony 2.1 beta4

This commit is contained in:
Alexander Pirsig 2012-07-24 00:02:37 +03:00
parent df2f9b3ada
commit b9f003c9cf
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;