From 83d11002154fbb3296aa1bd7de7492db0336331d Mon Sep 17 00:00:00 2001 From: mark_story Date: Thu, 27 Jun 2013 21:45:09 -0400 Subject: [PATCH] Fix coding style errors. --- lib/Cake/Database/Schema/BaseSchema.php | 1 - lib/Cake/Database/Schema/PostgresSchema.php | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/Cake/Database/Schema/BaseSchema.php b/lib/Cake/Database/Schema/BaseSchema.php index 20a1e8c5aa2..acbe758677a 100644 --- a/lib/Cake/Database/Schema/BaseSchema.php +++ b/lib/Cake/Database/Schema/BaseSchema.php @@ -61,7 +61,6 @@ protected function _convertOnClause($clause) { return Table::ACTION_SET_NULL; } - /** * Generate the SQL to drop a table. * diff --git a/lib/Cake/Database/Schema/PostgresSchema.php b/lib/Cake/Database/Schema/PostgresSchema.php index 7147f12184b..e01cc368c13 100644 --- a/lib/Cake/Database/Schema/PostgresSchema.php +++ b/lib/Cake/Database/Schema/PostgresSchema.php @@ -449,7 +449,6 @@ protected function _keySql($prefix, $data) { return $prefix . ' (' . implode(', ', $columns) . ')'; } - /** * Generate the SQL to create a table. *