mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11227] @return void -> @return null, per coding guidelines.
PHPBB3-11227
This commit is contained in:
@@ -31,7 +31,7 @@ interface phpbb_cron_task
|
||||
/**
|
||||
* Runs this cron task.
|
||||
*
|
||||
* @return void
|
||||
* @return null
|
||||
*/
|
||||
public function run();
|
||||
|
||||
|
Reference in New Issue
Block a user