MDL-35917 fix cohort phpdocs
Credit goes to Brian Kremer, thanks!
This commit is contained in:
+2
-2
@@ -125,7 +125,7 @@ function cohort_delete_category($category) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove cohort member
|
||||
* Add cohort member
|
||||
* @param int $cohortid
|
||||
* @param int $userid
|
||||
* @return void
|
||||
@@ -146,7 +146,7 @@ function cohort_add_member($cohortid, $userid) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Add cohort member
|
||||
* Remove cohort member
|
||||
* @param int $cohortid
|
||||
* @param int $userid
|
||||
* @return void
|
||||
|
||||
Reference in New Issue
Block a user