mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12090] Fix parameter list of controller helper constructor
PHPBB3-12090
This commit is contained in:
parent
07c07171f9
commit
436b1d3577
1 changed files with 3 additions and 2 deletions
|
@ -53,8 +53,9 @@ class helper
|
|||
* Constructor
|
||||
*
|
||||
* @param \phpbb\template\template $template Template object
|
||||
* @param \phpbb\user $user User object
|
||||
* @param \phpbb\config\config $config Config 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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue