1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-14 12:44:06 +02:00

[ticket/12557] Template fixes

PHPBB3-12557
This commit is contained in:
n-aleha
2014-05-19 04:17:32 +03:00
parent 8f2395857e
commit dfcbace621
4 changed files with 7 additions and 6 deletions

View File

@@ -36,11 +36,10 @@ class environment extends \Twig_Environment
/**
* Constructor
*
* @param \phpbb\config\config $phpbb_config
* @param \phpbb\path_helper
* @param \phpbb\extension\manager
* @param string $phpbb_root_path
* @param \Twig_LoaderInterface $loader
* @param \phpbb\config\config $phpbb_config The phpBB configuration
* @param \phpbb\path_helper $path_helper phpBB path helper
* @param \phpbb\extension\manager $extension_manager phpBB extension manager
* @param \Twig_LoaderInterface $loader Twig loader interface
* @param array $options Array of options to pass to Twig
*/
public function __construct($phpbb_config, \phpbb\path_helper $path_helper, \phpbb\extension\manager $extension_manager = null, \Twig_LoaderInterface $loader = null, $options = array())