diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-10-03 20:22:41 -0700 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-10-03 20:22:41 -0700 |
commit | 31aebb355cfdbe08959028a9d8bc877280e3a084 (patch) | |
tree | 80d9f035ea3369194427496e0e3b1f3954eec9f4 /phpBB/includes/functions_user.php | |
parent | 80b21e8049a138d07553288029abf66700da9a5c (diff) | |
parent | bf5ce957cf046ab0b8d00fdc36d825bceccbfad6 (diff) | |
download | forums-31aebb355cfdbe08959028a9d8bc877280e3a084.tar forums-31aebb355cfdbe08959028a9d8bc877280e3a084.tar.gz forums-31aebb355cfdbe08959028a9d8bc877280e3a084.tar.bz2 forums-31aebb355cfdbe08959028a9d8bc877280e3a084.tar.xz forums-31aebb355cfdbe08959028a9d8bc877280e3a084.zip |
Merge pull request #1654 from rechosen/ticket/11786
[ticket/11786] Fix various defects in PHPDoc in-code documentation
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r-- | phpBB/includes/functions_user.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 0a0656377c..30891c3fb5 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -2754,8 +2754,8 @@ function group_user_del($group_id, $user_id_ary = false, $username_ary = false, * Event before users are removed from a group * * @event core.group_delete_user_before - * @var int group_id ID of the group from which users are deleted - * @var string group_name Name of the group + * @var int group_id ID of the group from which users are deleted + * @var string group_name Name of the group * @var array user_id_ary IDs of the users which are removed * @var array username_ary names of the users which are removed * @since 3.1-A1 |