1
0
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:
Ruben Calvo
2023-01-01 22:01:52 +01:00
parent 3e8fced5c8
commit daa2dd280c
66 changed files with 135 additions and 124 deletions

View File

@@ -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()
{