aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/task/parametrized.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-11-30 23:03:06 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-11-30 23:03:06 -0500
commitec4343c7447911c7e822a03c0f57fc2bb1c4ab3d (patch)
treeca50b41e53de1e948cb2ee9859a4b69b530305ba /phpBB/includes/cron/task/parametrized.php
parent3a702084e4249830a87dc0914127e00c1bb1b1dd (diff)
downloadforums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar
forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar.gz
forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar.bz2
forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar.xz
forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.zip
[ticket/11227] @return void -> @return null, per coding guidelines.
PHPBB3-11227
Diffstat (limited to 'phpBB/includes/cron/task/parametrized.php')
-rw-r--r--phpBB/includes/cron/task/parametrized.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/cron/task/parametrized.php b/phpBB/includes/cron/task/parametrized.php
index 0714b2e701..5f0e46eafc 100644
--- a/phpBB/includes/cron/task/parametrized.php
+++ b/phpBB/includes/cron/task/parametrized.php
@@ -46,7 +46,7 @@ interface phpbb_cron_task_parametrized extends phpbb_cron_task
*
* @param phpbb_request_interface $request Request object.
*
- * @return void
+ * @return null
*/
public function parse_parameters(phpbb_request_interface $request);
}