MDL-31409 Grading form webservice: Whitespace fixes

This commit is contained in:
Damyon Wiese
2014-06-16 16:14:43 +08:00
parent be08fd134e
commit 070d5b17e1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -500,7 +500,7 @@ class core_grading_external extends external_api {
/**
* Creates a definition stdClass object using the values from the definition
* array that is passed in as a parameter
*
*
* @param array $definition
* @return stdClass definition object
* @since Moodle 2.8
@@ -549,7 +549,7 @@ class core_grading_external extends external_api {
* Recursively iterates through arrays. Any array without an id key-value combination
* is assumed to be an array of values to be inserted and an id key-value is added with
* the value matching the regex '/^NEWID\d+$/' that is expected by each grading form implementation.
*
*
* @param array $arraytoset the array to be processed
* @param int $startnumber the starting number for the new id numbers
* @return array with missing id keys added for all arrays