mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-13 22:06:51 +08:00
Fix BaseMigrateController::$migrationPath phpdoc (#18924)
This commit is contained in:
@ -37,7 +37,7 @@ abstract class BaseMigrateController extends Controller
|
||||
*/
|
||||
public $defaultAction = 'up';
|
||||
/**
|
||||
* @var string|array the directory containing the migration classes. This can be either
|
||||
* @var string|array|null the directory containing the migration classes. This can be either
|
||||
* a [path alias](guide:concept-aliases) or a directory path.
|
||||
*
|
||||
* Migration classes located at this path should be declared without a namespace.
|
||||
|
Reference in New Issue
Block a user