diff --git a/grade/import/csv/classes/load_data.php b/grade/import/csv/classes/load_data.php index be99a878aa5..0617ce1f9da 100644 --- a/grade/import/csv/classes/load_data.php +++ b/grade/import/csv/classes/load_data.php @@ -180,7 +180,7 @@ class gradeimport_csv_load_data { * @param array $header The column headers from the CSV file. * @param int $key Current row identifier. * @param string $value The value for this row (final grade). - * @return object new grade that is ready for commiting to the gradebook. + * @return stdClass new grade that is ready for commiting to the gradebook. */ protected function import_new_grade_item($header, $key, $value) { global $DB, $USER;