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)