Symfony 2.0 to 2.3 update, buildForm
...FormType::buildForm() must be compatible with Symfony\Component\Form\FormTypeInterface::buildForm(Symfony\Component\Form\FormBuilderInterface $builder, array $options) in ...
change:
use Symfony\Component\Form\FormBuilder;
...
public function buildForm(FormBuilder $builder, array $options)
to:
use Symfony\Component\Form\FormBuilderInterface;
...
public function buildForm(FormBuilderInterface $builder, array $options)
Written by Alex Goretoy
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Symfony
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#