From cc23ac887cb124f18629d774eb89ddba75668b7c Mon Sep 17 00:00:00 2001 From: Kailey Truscott Date: Sun, 28 Jun 2015 14:31:02 -0400 Subject: [PATCH] [ticket/13974] Change userdata type from string to array Change the docblock for userdata from string to array. PHPBB3-13974 --- phpBB/includes/mcp/mcp_post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */