Skip to content

Commit

Permalink
Update doc block.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 26, 2013
1 parent ee20400 commit 69109f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Database/Schema/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public function createSql(Connection $connection) {
* specific SQL.
*
* @param Connection $connection The connection to generate SQL for.
* @return string SQL to drop a table.
* @return array SQL to drop a table.
*/
public function dropSql(Connection $connection) {
$dialect = $connection->driver()->schemaDialect();
Expand Down

0 comments on commit 69109f4

Please sign in to comment.