diff options
-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); |