diff --git a/core/modules/locale/locale.bulk.inc b/core/modules/locale/locale.bulk.inc index acdfdcf..1844473 100644 --- a/core/modules/locale/locale.bulk.inc +++ b/core/modules/locale/locale.bulk.inc @@ -352,9 +352,8 @@ function locale_translate_batch_finished($success, $results) { * @param $filepath * The filepath of a file to import. * - * @return stdClass - * A file object of type stdClass. - * + * @return + * An object representing the file. */ function locale_translate_file_create($filepath) { $file = new stdClass();