mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/13817] Fix missing var names
Var names in doc block PHPBB3-13817
This commit is contained in:
parent
7d24510d68
commit
de947d31f6
1 changed files with 1 additions and 0 deletions
|
@ -933,6 +933,7 @@ class session
|
|||
* @event core.session_kill_after
|
||||
* @var int user_id user_id of the session user.
|
||||
* @var string session_id current user's session_id
|
||||
* @var bool new_session should we create new session for user
|
||||
* @since 3.1.5-RC1
|
||||
*/
|
||||
$vars = array('user_id', 'session_id', 'new_session');
|
||||
|
|
Loading…
Add table
Reference in a new issue