From c115c677e66fa3f902495c1dff47f4aff4b8064b Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 17 Jul 2015 14:27:09 +0300 Subject: [PATCH] Fixed #9141: Fixed docs for migrate/history --- framework/console/controllers/BaseMigrateController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/console/controllers/BaseMigrateController.php b/framework/console/controllers/BaseMigrateController.php index 48b4172d63..9ff9f9c302 100644 --- a/framework/console/controllers/BaseMigrateController.php +++ b/framework/console/controllers/BaseMigrateController.php @@ -367,7 +367,7 @@ abstract class BaseMigrateController extends Controller * ~~~ * * @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 */ public function actionHistory($limit = 10)