From 0450b2002a74dedd186b7409f044a818c0c55f55 Mon Sep 17 00:00:00 2001 From: Klimov Paul Date: Tue, 13 Sep 2016 11:26:50 +0300 Subject: [PATCH] Added missing `@since` --- framework/console/controllers/BaseMigrateController.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/framework/console/controllers/BaseMigrateController.php b/framework/console/controllers/BaseMigrateController.php index c07224cfcb..42062704a6 100644 --- a/framework/console/controllers/BaseMigrateController.php +++ b/framework/console/controllers/BaseMigrateController.php @@ -625,8 +625,9 @@ abstract class BaseMigrateController extends Controller /** * Returns the file path matching the give namespace. - * @param string $namespace namespace - * @return string file path + * @param string $namespace namespace. + * @return string file path. + * @since 2.0.10 */ private function getNamespacePath($namespace) {