This commit is contained in:
William DURAND 2013-01-11 18:57:24 +01:00
parent 9faeb85693
commit a758f32421
3 changed files with 9 additions and 11 deletions

View file

@ -11,8 +11,6 @@
namespace Propel\PropelBundle\Command;
use Propel\PropelBundle\Command\AbstractCommand;
use Propel\PropelBundle\Command\ModelBuildCommand;
use Propel\PropelBundle\Command\SqlBuildCommand;
use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Input\InputOption;

View file

@ -11,7 +11,7 @@ abstract class BaseAbstractType extends AbstractType
'name' => '',
);
function __construct($mergeOptions = null)
public function __construct($mergeOptions = null)
{
if ($mergeOptions) {
$this->mergeOptions($mergeOptions);