diff options
author | Gustavo Piltcher <gustavo.piltcher@fixedby.us> | 2011-12-23 14:13:05 -0200 |
---|---|---|
committer | Gustavo Piltcher <gustavo.piltcher@fixedby.us> | 2011-12-23 14:13:05 -0200 |
commit | a5766bb40c58f1b9bee6097b7b323782cf98183c (patch) | |
tree | 7032f670d915e685cccd7bed2222a906b33823f2 | |
parent | 27575b2ec4d29630da95c30ae42c8dbb0aee4dee (diff) | |
download | symfony-security-a5766bb40c58f1b9bee6097b7b323782cf98183c.zip symfony-security-a5766bb40c58f1b9bee6097b7b323782cf98183c.tar.gz symfony-security-a5766bb40c58f1b9bee6097b7b323782cf98183c.tar.bz2 |
Oracle issues
minor modifications
-rw-r--r-- | Acl/Dbal/Schema.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Dbal/Schema.php b/Acl/Dbal/Schema.php index b5cf8be..010a51e 100644 --- a/Acl/Dbal/Schema.php +++ b/Acl/Dbal/Schema.php @@ -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); |