mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16955] Fix most return types in phpdoc
PHPBB3-16955
This commit is contained in:
@@ -1349,7 +1349,7 @@ class acp_attachments
|
||||
* Set config attachment stat values
|
||||
*
|
||||
* @param $stats array Array of config key => value pairs to set.
|
||||
* @return null
|
||||
* @return void
|
||||
*/
|
||||
public function set_attachment_stats($stats)
|
||||
{
|
||||
@@ -1392,7 +1392,7 @@ class acp_attachments
|
||||
/**
|
||||
* Handle stats resync.
|
||||
*
|
||||
* @return null
|
||||
* @return void
|
||||
*/
|
||||
public function handle_stats_resync()
|
||||
{
|
||||
|
Reference in New Issue
Block a user