From a5766bb40c58f1b9bee6097b7b323782cf98183c Mon Sep 17 00:00:00 2001 From: Gustavo Piltcher Date: Fri, 23 Dec 2011 14:13:05 -0200 Subject: [PATCH] Oracle issues minor modifications --- Acl/Dbal/Schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Acl/Dbal/Schema.php b/Acl/Dbal/Schema.php index b5cf8beca..010a51e2c 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);