Skip to content

Commit

Permalink
Fix coding style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 28, 2013
1 parent c673573 commit 83d1100
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/Cake/Database/Schema/BaseSchema.php
Expand Up @@ -61,7 +61,6 @@ protected function _convertOnClause($clause) {
return Table::ACTION_SET_NULL;
}


/**
* Generate the SQL to drop a table.
*
Expand Down
1 change: 0 additions & 1 deletion lib/Cake/Database/Schema/PostgresSchema.php
Expand Up @@ -449,7 +449,6 @@ protected function _keySql($prefix, $data) {
return $prefix . ' (' . implode(', ', $columns) . ')';
}


/**
* Generate the SQL to create a table.
*
Expand Down

0 comments on commit 83d1100

Please sign in to comment.