Browse Source

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

tags/2.0.14
Ankit Padia 7 years ago committed by Alexander Makarov
parent
commit
9944d7a49f
  1. 2
      framework/db/Migration.php

2
framework/db/Migration.php

@ -502,7 +502,7 @@ class Migration extends Component implements MigrationInterface
/**
* 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.
* @since 2.0.8
*/

Loading…
Cancel
Save