Fixed wrong description for param $table in addCommentOnTable() (#15387) [skip ci]

This commit is contained in:
Ankit Padia
2017-12-19 16:29:43 +05:30
committed by Alexander Makarov
parent c8fbe40352
commit 9944d7a49f

View File

@ -502,7 +502,7 @@ class Migration extends Component implements MigrationInterface
/** /**
* Builds a SQL statement for adding comment to table. * Builds a SQL statement for adding comment to table.
* *
* @param string $table the table whose column is to be commented. The table name will be properly quoted by the method. * @param string $table the table to be commented. The table name will be properly quoted by the method.
* @param string $comment the text of the comment to be added. The comment will be properly quoted by the method. * @param string $comment the text of the comment to be added. The comment will be properly quoted by the method.
* @since 2.0.8 * @since 2.0.8
*/ */