mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/13422] Changed variable descriptions
PHPBB3-13422
This commit is contained in:
parent
50ed202aac
commit
3f88be6527
1 changed files with 4 additions and 4 deletions
|
@ -1202,8 +1202,8 @@ class session
|
|||
* @event core.session_set_custom_ban
|
||||
* @var bool return If $return is false this routine does not return on finding a banned user, it outputs a relevant message and stops execution
|
||||
* @var bool banned Check if user already banned
|
||||
* @var array ban_row Ban data
|
||||
* @var string ban_triggered_by Custom ban type
|
||||
* @var array|false ban_row Ban data
|
||||
* @var string ban_triggered_by Method that caused ban, can be your custom method
|
||||
* @since 3.1.3-RC1
|
||||
*/
|
||||
$ban_row = isset($ban_row) ? $ban_row : false;
|
||||
|
|
Loading…
Add table
Reference in a new issue