1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12715] Cleanup comments in \phpbb\cron\*

PHPBB3-12715
This commit is contained in:
Tristan Darricau
2014-06-15 13:10:12 +02:00
parent 358a10d8a9
commit 4ac9315728
2 changed files with 3 additions and 2 deletions

View File

@@ -164,6 +164,7 @@ class prune_shadow_topics extends \phpbb\cron\task\base implements \phpbb\cron\t
* @param int $forum_id Forum ID of forum that should be pruned
* @param string $prune_mode Prune mode
* @param int $prune_flags Prune flags
* @param int $prune_days Prune date in days
* @param int $prune_freq Prune frequency
* @return null
*/