aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/task/parametrized.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/cron/task/parametrized.php')
-rw-r--r--phpBB/includes/cron/task/parametrized.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/includes/cron/task/parametrized.php b/phpBB/includes/cron/task/parametrized.php
index 6f87e1c818..c6c45be0c0 100644
--- a/phpBB/includes/cron/task/parametrized.php
+++ b/phpBB/includes/cron/task/parametrized.php
@@ -44,7 +44,9 @@ interface phpbb_cron_task_parametrized extends phpbb_cron_task
* $request contains user input and must not be trusted.
* Cron task must validate all data before using it.
*
+ * @param phpbb_request_interface $request Request object.
+ *
* @return void
*/
public function parse_parameters(phpbb_request_interface $request);
-} \ No newline at end of file
+}