Skip to content

Commit

Permalink
Fixing CS errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
renan committed Oct 5, 2013
1 parent f6cf15e commit e88556e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cake/Database/Schema/SqliteSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SqliteSchema extends BaseSchema {
* Cake\Database\Type can handle.
*
* @param string $column The column type + length
* @throws Cake\Database\Exception
* @throws Cake\Database\Exception when unable to parse column type
* @return array Array of column information.
*/
protected function _convertColumn($column) {
Expand Down Expand Up @@ -191,6 +191,7 @@ public function convertForeignKeyDescription(Table $table, $row) {
/**
* {@inheritdoc}
*
* @throws Cake\Database\Exception when the column type is unknown
*/
public function columnSql(Table $table, $name) {
$data = $table->column($name);
Expand Down

0 comments on commit e88556e

Please sign in to comment.