aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/task/parametrized.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-12-01 12:21:29 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-12-01 12:21:29 +0100
commit1ceb1f759d118a2b52ba61f2a0b6319e7c0adf12 (patch)
treeb1d9310b642fa2a528558b80632b797f550e9477 /phpBB/includes/cron/task/parametrized.php
parent7a77edf25e3c3dbf0730b176f22616206af81625 (diff)
parente5e8087bebdae8c4da2e59e9afd984d6a2008caf (diff)
downloadforums-1ceb1f759d118a2b52ba61f2a0b6319e7c0adf12.tar
forums-1ceb1f759d118a2b52ba61f2a0b6319e7c0adf12.tar.gz
forums-1ceb1f759d118a2b52ba61f2a0b6319e7c0adf12.tar.bz2
forums-1ceb1f759d118a2b52ba61f2a0b6319e7c0adf12.tar.xz
forums-1ceb1f759d118a2b52ba61f2a0b6319e7c0adf12.zip
Merge remote-tracking branch 'p/ticket/11227' into develop
* p/ticket/11227: [ticket/11227] @return void -> @return null in code sniffer. [ticket/11227] @return void -> @return null, per coding guidelines.
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);
}