mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12335] Remove $ from desc
Come on travis, play nice this time PHPBB3-12335
This commit is contained in:
parent
42dfd1aa3c
commit
5b5b61c6c9
1 changed files with 2 additions and 2 deletions
|
@ -325,8 +325,8 @@ class manager
|
||||||
* Event to modify profile fields data retrieved from the database
|
* Event to modify profile fields data retrieved from the database
|
||||||
*
|
*
|
||||||
* @event core.grab_profile_fields_data
|
* @event core.grab_profile_fields_data
|
||||||
* @var array $user_ids Single user id or an array of ids
|
* @var array user_ids Single user id or an array of ids
|
||||||
* @var array $field_data Array with profile fields data
|
* @var array field_data Array with profile fields data
|
||||||
* @since 3.1.0-b3
|
* @since 3.1.0-b3
|
||||||
*/
|
*/
|
||||||
$vars = array('user_ids', 'field_data');
|
$vars = array('user_ids', 'field_data');
|
||||||
|
|
Loading…
Add table
Reference in a new issue