1
0
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:
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 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');