From 5b5b61c6c97d0d4158e6487a47fb5bb584affa34 Mon Sep 17 00:00:00 2001 From: PayBas Date: Fri, 2 May 2014 17:29:52 +0200 Subject: [PATCH] [ticket/12335] Remove $ from desc Come on travis, play nice this time PHPBB3-12335 --- phpBB/phpbb/profilefields/manager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/phpbb/profilefields/manager.php b/phpBB/phpbb/profilefields/manager.php index 5b326fe39c..7d545a5f72 100644 --- a/phpBB/phpbb/profilefields/manager.php +++ b/phpBB/phpbb/profilefields/manager.php @@ -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');