From 3bb58556ea1be92fcd76c34cbd88ab6d77ec7968 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 15 May 2021 22:49:28 +0200 Subject: [PATCH] [ticket/16771] Fix typo and invalid type in event docblocks PHPBB3-16771 --- phpBB/includes/mcp/mcp_front.php | 4 ++-- phpBB/includes/mcp/mcp_topic.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/includes/mcp/mcp_front.php b/phpBB/includes/mcp/mcp_front.php index 3a0f4c4905..578f84ad7f 100644 --- a/phpBB/includes/mcp/mcp_front.php +++ b/phpBB/includes/mcp/mcp_front.php @@ -105,7 +105,7 @@ function mcp_front_view($id, $mode, $action) * @var int total Number of unapproved posts * @var array post_list List of unapproved posts * @var array forum_list List of forums that contain the posts - * @var array forum_names Associative array with forum_id as key and it's corresponding forum_name as value + * @var array forum_names Associative array with forum_id as key and its corresponding forum_name as value * @since 3.1.0-RC3 */ $vars = array('total', 'post_list', 'forum_list', 'forum_names'); @@ -125,7 +125,7 @@ function mcp_front_view($id, $mode, $action) * * @event core.mcp_front_view_modify_posts_data_sql * @var array forum_list List of forums that contain the posts - * @var array forum_names Associative array with forum_id as key and it's corresponding forum_name as value + * @var array forum_names Associative array with forum_id as key and its corresponding forum_name as value * @var array post_list List of unapproved posts * @var string sql String with the SQL query to be executed * @var int total Number of unapproved posts diff --git a/phpBB/includes/mcp/mcp_topic.php b/phpBB/includes/mcp/mcp_topic.php index a38f45f885..ba4f2b261f 100644 --- a/phpBB/includes/mcp/mcp_topic.php +++ b/phpBB/includes/mcp/mcp_topic.php @@ -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 */