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) {