Skip to content

Commit

Permalink
updated README.md sfform
Browse files Browse the repository at this point in the history
  • Loading branch information
nunojsferreira committed May 14, 2013
1 parent 2bd16db commit 99254f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ $this->get('session')->getFlashBag()->add('notice', 'message');
namespace VendorName\Bundle\BundleNameBundle\Form\Type;

use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilder;
use Symfony\Component\Form\FormBuilderInterface;

class FormNameType extends AbstractType
{
public function buildForm(FormBuilder $builder, array $options)
public function buildForm(FormBuilderInterface $builder, array $options)
{

}
Expand Down

0 comments on commit 99254f9

Please sign in to comment.