1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14234] Fix event doc blocks

PHPBB3-14234
This commit is contained in:
Marc Alexander
2015-10-12 22:20:52 +02:00
parent 75e5e2471e
commit 102d737d81
3 changed files with 2 additions and 3 deletions

View File

@@ -393,7 +393,7 @@ function build_cfg_template($tpl_type, $key, &$new, $config_key, $vars)
* 1 [optional] => string: size, int: minimum
* 2 [optional] => string: max. length, int: maximum
* @var string key Should be used for the id attribute in html
* @var array new_var Array with the config values we display
* @var array new_ary Array with the config values we display
* @var string name Should be used for the name attribute
* @var array vars Array with the options for the config
* @var string tpl The resulting html code we display