[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
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 3 additions and 3 deletions

View file

@ -105,7 +105,7 @@ function mcp_front_view($id, $mode, $action)
* @var int total Number of unapproved posts * @var int total Number of unapproved posts
* @var array post_list List 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_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 * @since 3.1.0-RC3
*/ */
$vars = array('total', 'post_list', 'forum_list', 'forum_names'); $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 * @event core.mcp_front_view_modify_posts_data_sql
* @var array forum_list List of forums that contain the 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
* @var array post_list List of unapproved posts * @var array post_list List of unapproved posts
* @var string sql String with the SQL query to be executed * @var string sql String with the SQL query to be executed
* @var int total Number of unapproved posts * @var int total Number of unapproved posts

View file

@ -439,7 +439,7 @@ function mcp_topic_view($id, $mode, $action)
* @var array topic_info Array with topic data * @var array topic_info Array with topic data
* @var int to_forum_id Forum id the topic is being moved to * @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 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 * @var int total Total posts count
* @since 3.3.5-RC1 * @since 3.3.5-RC1
*/ */