diff options
author | Kailey Truscott <kinerity@yahoo.com> | 2015-06-28 14:31:02 -0400 |
---|---|---|
committer | Kailey Truscott <kinerity@yahoo.com> | 2015-06-28 14:31:02 -0400 |
commit | cc23ac887cb124f18629d774eb89ddba75668b7c (patch) | |
tree | 4a825bba99931f8fcadb3be086c269a03f23694b /phpBB/includes/mcp/mcp_post.php | |
parent | 607f2e791f4b6a4c9670a3dad7e62c2c58939cbf (diff) | |
download | forums-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.php | 2 |
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 */ |