From 4e77949bc331cc4a2e2fd6e43685f527d54bd119 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 30 Jan 2019 11:24:00 +0100 Subject: [PATCH] MDL-46881 forum: whitespace fix (and related phpdocs completed) --- mod/forum/classes/task/send_user_digests.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod/forum/classes/task/send_user_digests.php b/mod/forum/classes/task/send_user_digests.php index 30fd7380cf0..148afc5e0e1 100644 --- a/mod/forum/classes/task/send_user_digests.php +++ b/mod/forum/classes/task/send_user_digests.php @@ -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;