mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08: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
|
@ -55,6 +55,7 @@ class helper
|
||||||
* @param \phpbb\template\template $template Template object
|
* @param \phpbb\template\template $template Template object
|
||||||
* @param \phpbb\user $user User object
|
* @param \phpbb\user $user User object
|
||||||
* @param \phpbb\config\config $config Config 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 $phpbb_root_path phpBB root path
|
||||||
* @param string $php_ext PHP extension
|
* @param string $php_ext PHP extension
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue