aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_post.php
diff options
context:
space:
mode:
authorKailey Truscott <kinerity@yahoo.com>2015-06-28 14:31:02 -0400
committerKailey Truscott <kinerity@yahoo.com>2015-06-28 14:31:02 -0400
commitcc23ac887cb124f18629d774eb89ddba75668b7c (patch)
tree4a825bba99931f8fcadb3be086c269a03f23694b /phpBB/includes/mcp/mcp_post.php
parent607f2e791f4b6a4c9670a3dad7e62c2c58939cbf (diff)
downloadforums-cc23ac887cb124f18629d774eb89ddba75668b7c.tar
forums-cc23ac887cb124f18629d774eb89ddba75668b7c.tar.gz
forums-cc23ac887cb124f18629d774eb89ddba75668b7c.tar.bz2
forums-cc23ac887cb124f18629d774eb89ddba75668b7c.tar.xz
forums-cc23ac887cb124f18629d774eb89ddba75668b7c.zip
[ticket/13974] Change userdata type from string to array
Change the docblock for userdata from string to array. PHPBB3-13974
Diffstat (limited to 'phpBB/includes/mcp/mcp_post.php')
-rw-r--r--phpBB/includes/mcp/mcp_post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_post.php b/phpBB/includes/mcp/mcp_post.php
index c53ddbfdea..7a93f73228 100644
--- a/phpBB/includes/mcp/mcp_post.php
+++ b/phpBB/includes/mcp/mcp_post.php
@@ -563,7 +563,7 @@ function change_poster(&$post_info, $userdata)
* This event allows you to perform additional tasks after changing a post's poster
*
* @event core.mcp_change_poster_after
- * @var string userdata Information on a post's new poster
+ * @var array userdata Information on a post's new poster
* @var array post_info Information on the affected post
* @since 3.1.6-RC1
*/