Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfdb99d
)
MDL-48991 gradebook: Return value according to coding style
author
David Monllao
<davidm@moodle.com>
Tue, 17 Feb 2015 08:49:45 +0000
(16:49 +0800)
committer
David Monllao
<davidm@moodle.com>
Tue, 17 Feb 2015 08:49:45 +0000
(16:49 +0800)
grade/import/csv/classes/load_data.php
patch
|
blob
|
blame
|
history
diff --git
a/grade/import/csv/classes/load_data.php
b/grade/import/csv/classes/load_data.php
index
be99a87
..
0617ce1
100644
(file)
--- 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;