Skip to content

Commit

Permalink
Corrects a docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
HavokInspiration committed Sep 25, 2015
1 parent 15e0ed0 commit 46f3f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Schema/Table.php
Expand Up @@ -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)
{
Expand Down

0 comments on commit 46f3f52

Please sign in to comment.