mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-19 08:01:27 +02:00
[ticket/16771] Fix typo and invalid type in event docblocks
PHPBB3-16771
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user