Skip to content

Commit

Permalink
add one-line description to docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
irinahpe committed Jun 17, 2024
1 parent 326ffac commit 8c67cdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions backup/moodle2/restore_ratingallocate_activity_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ protected function define_structure() {
}

/**
* Process ratingallocate.
*
* @param $data
* @return void
* @throws base_step_exception
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/behat_mod_ratingallocate.php
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ public function i_add_a_ratingallocate_to_course_section($courseshortname, $sect
);
} else {
// This is the code from the deprecated behat function "i_add_to_section".
// Add activity to section:
// Add activity to section.
$this->execute(
"behat_course::i_add_to_section",
[$this->escape('Fair Allocation'), $this->escape($sectionnumber)]
Expand Down

0 comments on commit 8c67cdb

Please sign in to comment.