MDL-72767 forum: Fix PHPDoc

This commit is contained in:
Neill Magill 2021-10-08 15:02:58 +01:00
parent b16fc54103
commit 7c8942046a

View File

@ -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;