Skip to content

Commit

Permalink
MDL-48991 gradebook: Return value according to coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Feb 17, 2015
1 parent a4e6578 commit 0289d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/import/csv/classes/load_data.php
Expand Up @@ -180,7 +180,7 @@ protected function insert_grade_record($record, $studentid) {
* @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;
Expand Down

0 comments on commit 0289d8c

Please sign in to comment.