From 46f3f524e3d6fb342e42cfa2c8a921de47b42d9f Mon Sep 17 00:00:00 2001 From: Yves P Date: Fri, 25 Sep 2015 23:22:21 +0200 Subject: [PATCH] Corrects a docblock --- src/Database/Schema/Table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Schema/Table.php b/src/Database/Schema/Table.php index ec082f70706..3f44d6e83fd 100644 --- a/src/Database/Schema/Table.php +++ b/src/Database/Schema/Table.php @@ -703,7 +703,7 @@ public function dropSql(ConnectionInterface $connection) * Generate the SQL statements to truncate a table * * @param \Cake\Datasource\ConnectionInterface $connection The connection to generate SQL for. - * @return array SQL to drop a table. + * @return array SQL to truncate a table. */ public function truncateSql(ConnectionInterface $connection) {