Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Oracle issues
Browse files Browse the repository at this point in the history
minor modifications
  • Loading branch information
Gustavo Piltcher committed Dec 23, 2011
1 parent 27575b2 commit a5766bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Acl/Dbal/Schema.php
Expand Up @@ -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);

Expand Down

0 comments on commit a5766bb

Please sign in to comment.