mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
Added missing @since
This commit is contained in:
@ -625,8 +625,9 @@ abstract class BaseMigrateController extends Controller
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the file path matching the give namespace.
|
* Returns the file path matching the give namespace.
|
||||||
* @param string $namespace namespace
|
* @param string $namespace namespace.
|
||||||
* @return string file path
|
* @return string file path.
|
||||||
|
* @since 2.0.10
|
||||||
*/
|
*/
|
||||||
private function getNamespacePath($namespace)
|
private function getNamespacePath($namespace)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user