1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12090] Fix parameter list of controller helper constructor

PHPBB3-12090
This commit is contained in:
Joas Schilling
2014-03-09 18:22:32 +01:00
parent 07c07171f9
commit 436b1d3577

View File

@@ -55,6 +55,7 @@ class helper
* @param \phpbb\template\template $template Template object
* @param \phpbb\user $user User object
* @param \phpbb\config\config $config Config object
* @param \phpbb\controller\provider $provider Path provider
* @param string $phpbb_root_path phpBB root path
* @param string $php_ext PHP extension
*/