From 8bd8b3b72423e19497edfebb7d59718448351665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Pustu=C5=82ka?= Date: Wed, 24 May 2017 12:59:54 +0200 Subject: [PATCH] Fix docblock. --- src/Database/Schema/TableSchema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Schema/TableSchema.php b/src/Database/Schema/TableSchema.php index d51977d5cc8..c6ce134138d 100644 --- a/src/Database/Schema/TableSchema.php +++ b/src/Database/Schema/TableSchema.php @@ -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) {