aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-05-02 17:29:52 +0200
committerPayBas <contact@paybas.com>2014-05-03 17:54:38 +0200
commit5b5b61c6c97d0d4158e6487a47fb5bb584affa34 (patch)
tree27679c44a416082d61b3a3279ca67dc6acd9529a /phpBB/phpbb
parent42dfd1aa3c8fda95efd0dac03652a163752575d4 (diff)
downloadforums-5b5b61c6c97d0d4158e6487a47fb5bb584affa34.tar
forums-5b5b61c6c97d0d4158e6487a47fb5bb584affa34.tar.gz
forums-5b5b61c6c97d0d4158e6487a47fb5bb584affa34.tar.bz2
forums-5b5b61c6c97d0d4158e6487a47fb5bb584affa34.tar.xz
forums-5b5b61c6c97d0d4158e6487a47fb5bb584affa34.zip
[ticket/12335] Remove $ from desc
Come on travis, play nice this time PHPBB3-12335
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/profilefields/manager.php4
1 files 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');