Added missing @since

This commit is contained in:
Klimov Paul
2016-09-13 11:26:50 +03:00
parent 61144cb549
commit 0450b2002a

View File

@ -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)
{