1
0
Fork 0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-04 09:08:52 +00:00

[feature/twig] Indentation and comments

PHPBB3-11598
This commit is contained in:
Nathaniel Guse 2013-07-04 10:22:12 -05:00
parent 5c39f26cd2
commit 84e0943c7b
2 changed files with 12 additions and 10 deletions
phpBB/includes/template/twig

View file

@ -102,7 +102,9 @@ class phpbb_template_twig implements phpbb_template
* Constructor. * Constructor.
* *
* @param string $phpbb_root_path phpBB root path * @param string $phpbb_root_path phpBB root path
* @param user $user current user * @param string $php_ext php extension (typically 'php')
* @param phpbb_config $config
* @param phpbb_user $user
* @param phpbb_template_context $context template context * @param phpbb_template_context $context template context
* @param phpbb_extension_manager $extension_manager extension manager, if null then template events will not be invoked * @param phpbb_extension_manager $extension_manager extension manager, if null then template events will not be invoked
* @param string $adm_relative_path relative path to adm directory * @param string $adm_relative_path relative path to adm directory