[ticket/12335] Remove $ from desc

Come on travis, play nice this time

PHPBB3-12335
This commit is contained in:
PayBas 2014-05-02 17:29:52 +02:00
parent 42dfd1aa3c
commit 5b5b61c6c9

View file

@ -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');