From bf5ce957cf046ab0b8d00fdc36d825bceccbfad6 Mon Sep 17 00:00:00 2001 From: rechosen Date: Mon, 23 Sep 2013 18:10:41 +0200 Subject: [ticket/11786] Fix indentation in the PHPDoc of core.group_delete_user_before The core.group_delete_user_before event had bad indentation in its PHPDoc. Fixed. PHPBB3-11786 --- phpBB/includes/functions_user.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB') diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 4fcce67801..c5ced94633 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -2752,8 +2752,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 -- cgit v1.2.1