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

[ticket/11227] @return void -> @return null, per coding guidelines.

PHPBB3-11227
This commit is contained in:
Oleg Pudeyev
2012-11-30 23:03:06 -05:00
parent 3a702084e4
commit ec4343c744
18 changed files with 24 additions and 24 deletions

View File

@@ -54,7 +54,7 @@ class phpbb_cron_manager
*
* @param array|Traversable $tasks Array of instances of phpbb_cron_task
*
* @return void
* @return null
*/
public function load_tasks($tasks)
{