1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-26 21:15:21 +02:00

[ticket/13974] Change userdata type from string to array

Change the docblock for userdata from string to array.

PHPBB3-13974
This commit is contained in:
Kailey Truscott
2015-06-28 14:31:02 -04:00
parent 607f2e791f
commit cc23ac887c

@ -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
*/