1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00

[ticket/16771] Fix typo and invalid type in event docblocks

PHPBB3-16771
This commit is contained in:
Marc Alexander
2021-05-15 22:49:28 +02:00
parent 3ff99a9eb1
commit 3bb58556ea
2 changed files with 3 additions and 3 deletions

View File

@@ -439,7 +439,7 @@ function mcp_topic_view($id, $mode, $action)
* @var array topic_info Array with topic data
* @var int to_forum_id Forum id the topic is being moved to
* @var int to_topic_id Topic ID the topic is being merged with
* @var int topic_row Topic template data array
* @var array topic_row Topic template data array
* @var int total Total posts count
* @since 3.3.5-RC1
*/