MDL-46881 forum: whitespace fix (and related phpdocs completed)

This commit is contained in:
Eloy Lafuente (stronk7)
2019-01-30 11:24:00 +01:00
parent 7b683564dc
commit 4e77949bc3
+2 -1
View File
@@ -330,7 +330,8 @@ class send_user_digests extends \core\task\adhoc_task {
/**
* Empty the queue of posts for this user.
*
* @param array $queueparams The list of
* @param int $userid user id which queue elements are going to be removed.
* @param int $timemodified up time limit of the queue elements to be removed.
*/
protected function empty_queue(int $userid, int $timemodified) : void {
global $DB;