aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_reports.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_reports.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_reports.php')
-rw-r--r--phpBB/includes/mcp/mcp_reports.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/mcp/mcp_reports.php b/phpBB/includes/mcp/mcp_reports.php
index fa2fed842f..6bb606a990 100644
--- a/phpBB/includes/mcp/mcp_reports.php
+++ b/phpBB/includes/mcp/mcp_reports.php
@@ -95,7 +95,7 @@ class mcp_reports
*
* @event core.mcp_reports_report_details_query_before
* @var array sql_ary The array in the format of the query builder with the query
- * @var mixed forum_id The forum_id, the number in the f GET parameter
+ * @var int forum_id The forum_id, the number in the f GET parameter
* @var int post_id The post_id of the report being viewed (if 0, it is meaningless)
* @var int report_id The report_id of the report being viewed
* @since 3.1.5-RC1
@@ -118,10 +118,10 @@ class mcp_reports
*
* @event core.mcp_reports_report_details_query_after
* @var array sql_ary The array in the format of the query builder with the query that had been executted
- * @var mixed forum_id The forum_id, the number in the f GET parameter
+ * @var int forum_id The forum_id, the number in the f GET parameter
* @var int post_id The post_id of the report being viewed (if 0, it is meaningless)
* @var int report_id The report_id of the report being viewed
- * @var int report The query's resulting row.
+ * @var array report The query's resulting row.
* @since 3.1.5-RC1
*/
$vars = array(