mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[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
This commit is contained in:
parent
e45b69ee09
commit
bf5ce957cf
1 changed files with 2 additions and 2 deletions
|
@ -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 before users are removed from a group
|
||||||
*
|
*
|
||||||
* @event core.group_delete_user_before
|
* @event core.group_delete_user_before
|
||||||
* @var int group_id ID of the group from which users are deleted
|
* @var int group_id ID of the group from which users are deleted
|
||||||
* @var string group_name Name of the group
|
* @var string group_name Name of the group
|
||||||
* @var array user_id_ary IDs of the users which are removed
|
* @var array user_id_ary IDs of the users which are removed
|
||||||
* @var array username_ary names of the users which are removed
|
* @var array username_ary names of the users which are removed
|
||||||
* @since 3.1-A1
|
* @since 3.1-A1
|
||||||
|
|
Loading…
Add table
Reference in a new issue