From 23f8a8b2d55a4e78577364b0916b30dfa51f25c3 Mon Sep 17 00:00:00 2001 From: Neill Magill Date: Fri, 8 Oct 2021 15:02:58 +0100 Subject: [PATCH] MDL-72767 forum: Fix PHPDoc --- mod/forum/tests/maildigest_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/tests/maildigest_test.php b/mod/forum/tests/maildigest_test.php index c58ae660707..a5d70f84dd1 100644 --- a/mod/forum/tests/maildigest_test.php +++ b/mod/forum/tests/maildigest_test.php @@ -655,7 +655,7 @@ class mod_forum_maildigest_testcase extends advanced_testcase { } /** - * The digest being in the past is queued til the next day. + * The digest being in the future is queued for today. */ public function test_cron_digest_same_day() { global $DB, $CFG;