mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 11:24:35 +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:
@ -563,7 +563,7 @@ function change_poster(&$post_info, $userdata)
|
|||||||
* This event allows you to perform additional tasks after changing a post's poster
|
* This event allows you to perform additional tasks after changing a post's poster
|
||||||
*
|
*
|
||||||
* @event core.mcp_change_poster_after
|
* @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
|
* @var array post_info Information on the affected post
|
||||||
* @since 3.1.6-RC1
|
* @since 3.1.6-RC1
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user