[ticket/13817] Fix missing var names

Var names in doc block

PHPBB3-13817
This commit is contained in:
Stanislav Atanasov 2015-06-04 23:07:58 +03:00
parent 7d24510d68
commit de947d31f6

View file

@ -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');