Oracle issues

minor modifications
This commit is contained in:
Gustavo Piltcher 2011-12-23 14:13:05 -02:00
parent 81d73bb968
commit 4a797df90b
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
use Symfony\Component\Security\Acl\Dbal\Schema;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Doctrine\DBAL\DriverManager;
/**
* Installs the tables required by the ACL system

View File

@ -29,7 +29,7 @@ final class Schema extends BaseSchema
* @param array $options the names for tables
* @param SchemaConfig $schemaConfig
*/
public function __construct(array $options, SchemaConfig $schemaConfig=null)
public function __construct(array $options, SchemaConfig $schemaConfig = null)
{
parent::__construct(array(), array(), $schemaConfig);