Fixes #5817 [skip ci]

This commit is contained in:
Qiang Xue
2014-11-01 20:41:34 -04:00
parent f2385720a8
commit 530537e48f

View File

@@ -408,7 +408,7 @@ abstract class BaseMigrateController extends Controller
* ~~~
*
* @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
*/
public function actionNew($limit = 10)
@@ -642,4 +642,4 @@ abstract class BaseMigrateController extends Controller
* @param string $version migration version name.
*/
abstract protected function removeMigrationHistory($version);
}
}