Fix BaseMigrateController::$migrationPath phpdoc (#18924)

This commit is contained in:
Anton
2021-10-01 23:35:54 +03:00
committed by GitHub
parent c3eeb952b9
commit f7c81fb044

View File

@ -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.