Fixed #9141: Fixed docs for migrate/history

This commit is contained in:
Alexander Makarov
2015-07-17 14:27:09 +03:00
parent e23b4713d7
commit c115c677e6

View File

@@ -367,7 +367,7 @@ abstract class BaseMigrateController extends Controller
* ~~~ * ~~~
* *
* @param integer $limit the maximum number of migrations to be displayed. * @param integer $limit the maximum number of migrations to be displayed.
* If it is 0, the whole migration history will be displayed. * If it is "all", the whole migration history will be displayed.
* @throws \yii\console\Exception if invalid limit value passed * @throws \yii\console\Exception if invalid limit value passed
*/ */
public function actionHistory($limit = 10) public function actionHistory($limit = 10)