Commit 530537e4 by Qiang Xue

Fixes #5817 [skip ci]

parent f2385720
...@@ -408,7 +408,7 @@ abstract class BaseMigrateController extends Controller ...@@ -408,7 +408,7 @@ abstract class BaseMigrateController extends Controller
* ~~~ * ~~~
* *
* @param integer $limit the maximum number of new migrations to be displayed. * @param integer $limit the maximum number of new migrations to be displayed.
* If it is 0, all available new migrations will be displayed. * If it is `all`, all available new migrations will be displayed.
* @throws \yii\console\Exception if invalid limit value passed * @throws \yii\console\Exception if invalid limit value passed
*/ */
public function actionNew($limit = 10) public function actionNew($limit = 10)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment