diff --git a/migrate_default_content.module b/migrate_default_content.module index 1443368..13a9302 100755 --- a/migrate_default_content.module +++ b/migrate_default_content.module @@ -1,4 +1,8 @@ uri); } @@ -67,7 +72,8 @@ function migrate_default_content_get_config_files($content_path = '') { /** * Fetches the migration files and returns its information. * - * @return array + * @return array $migrations + * Data structure with all its information. */ function migrate_default_content_fetch_migrations() { $migrations = &drupal_static(__FUNCTION__);