Skip to content

Commit

Permalink
Fix docblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Pustułka committed May 24, 2017
1 parent de9bca9 commit 8bd8b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Schema/TableSchema.php
Expand Up @@ -1032,7 +1032,7 @@ public function truncateSql(Connection $connection)
* Generate the SQL statements to add the constraints to the table
*
* @param \Cake\Database\Connection $connection The connection to generate SQL for.
* @return array SQL to drop a table.
* @return array SQL to add the constraints.
*/
public function addConstraintSql(Connection $connection)
{
Expand Down

0 comments on commit 8bd8b3b

Please sign in to comment.