mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-06 07:58:12 +08:00
Fixed wrong description for param $table in addCommentOnTable() (#15387) [skip ci]
This commit is contained in:
committed by
Alexander Makarov
parent
c8fbe40352
commit
9944d7a49f
@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user