aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_front.php
diff options
context:
space:
mode:
authorlavigor <lavigor@users.noreply.github.com>2016-01-15 14:07:50 +0300
committerlavigor <lavigor@users.noreply.github.com>2016-01-15 14:07:50 +0300
commitfef03a1946e97fad9be1cf51c8a475b7777cebdd (patch)
tree871dc33339d29c4a5db3e8ed3a08552557b7a0b9 /phpBB/includes/mcp/mcp_front.php
parent295a424fc72a4e810d89a183f43cba3c2a6fee76 (diff)
downloadforums-fef03a1946e97fad9be1cf51c8a475b7777cebdd.tar
forums-fef03a1946e97fad9be1cf51c8a475b7777cebdd.tar.gz
forums-fef03a1946e97fad9be1cf51c8a475b7777cebdd.tar.bz2
forums-fef03a1946e97fad9be1cf51c8a475b7777cebdd.tar.xz
forums-fef03a1946e97fad9be1cf51c8a475b7777cebdd.zip
[ticket/14412] Comment fixes for PHPDoc in the events
PHPBB3-14412
Diffstat (limited to 'phpBB/includes/mcp/mcp_front.php')
-rw-r--r--phpBB/includes/mcp/mcp_front.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/includes/mcp/mcp_front.php b/phpBB/includes/mcp/mcp_front.php
index cdf1abd8ff..5d8aa18c16 100644
--- a/phpBB/includes/mcp/mcp_front.php
+++ b/phpBB/includes/mcp/mcp_front.php
@@ -54,8 +54,8 @@ function mcp_front_view($id, $mode, $action)
* Allow altering the query to get the number of unapproved posts
*
* @event core.mcp_front_queue_unapproved_total_before
- * @var int sql_ary Query to get the total number of unapproved posts
- * @var array forum_list List of forums to look for unapproved posts
+ * @var array sql_ary Query array to get the total number of unapproved posts
+ * @var array forum_list List of forums to look for unapproved posts
* @since 3.1.5-RC1
*/
$vars = array('sql_ary', 'forum_list');
@@ -179,7 +179,7 @@ function mcp_front_view($id, $mode, $action)
* Alter sql query to count the number of reported posts
*
* @event core.mcp_front_reports_count_query_before
- * @var int sql The query string used to get the number of reports that exist
+ * @var string sql The query string used to get the number of reports that exist
* @var array forum_list List of forums that contain the posts
* @since 3.1.5-RC1
*/
@@ -226,8 +226,8 @@ function mcp_front_view($id, $mode, $action)
* Alter sql query to get latest reported posts
*
* @event core.mcp_front_reports_listing_query_before
- * @var int sql_ary Associative array with the query to be executed
- * @var array forum_list List of forums that contain the posts
+ * @var array sql_ary Associative array with the query to be executed
+ * @var array forum_list List of forums that contain the posts
* @since 3.1.0-RC3
*/
$vars = array('sql_ary', 'forum_list');