mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-23726 fixed phpdocs - credit goes to Henning Bostelmann
This commit is contained in:
parent
b9ee1fc748
commit
7efcb7358f
@ -518,7 +518,7 @@ class assignment_base {
|
||||
* @global object
|
||||
* @global object
|
||||
* @param object $assignment The data from the form on mod_form.php
|
||||
* @return int The assignment id
|
||||
* @return bool success
|
||||
*/
|
||||
function update_instance($assignment) {
|
||||
global $COURSE, $DB;
|
||||
@ -2071,7 +2071,7 @@ class assignment_base {
|
||||
} ////// End of the assignment_base class
|
||||
|
||||
|
||||
class mod_assignment_grading_form extends moodleform {
|
||||
class mod_assignment_grading_form extends moodleform {
|
||||
|
||||
function definition() {
|
||||
global $OUTPUT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user