mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/12335] Remove $ from desc
Come on travis, play nice this time PHPBB3-12335
This commit is contained in:
@@ -325,8 +325,8 @@ class manager
|
||||
* Event to modify profile fields data retrieved from the database
|
||||
*
|
||||
* @event core.grab_profile_fields_data
|
||||
* @var array $user_ids Single user id or an array of ids
|
||||
* @var array $field_data Array with profile fields data
|
||||
* @var array user_ids Single user id or an array of ids
|
||||
* @var array field_data Array with profile fields data
|
||||
* @since 3.1.0-b3
|
||||
*/
|
||||
$vars = array('user_ids', 'field_data');
|
||||
|
Reference in New Issue
Block a user