Fixed a few inconcistencies

This commit is contained in:
Kévin Gomez 2013-12-15 14:04:11 +00:00
commit b9ceee8abd
6 changed files with 26 additions and 13 deletions

View file

@ -1,10 +1,21 @@
<?php
/**
* This file is part of the PropelBundle package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @license MIT License
*/
namespace Propel\PropelBundle\Form;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
/**
* @author William DURAND <william.durand1@gmail.com>
*/
abstract class BaseAbstractType extends AbstractType
{
protected $options = array(