Skip to content

Commit be7e3e9

Browse files
committed
Fix missing parameters in doc block
1 parent ff50f59 commit be7e3e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

event/main_listener.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ static public function getSubscribedEvents()
6969
* @param \phpbb\db\driver\driver_interface $db
7070
* @param \phpbb\template\template $template
7171
* @param \phpbb\user $user
72+
* @param string $phpbb_root_path
73+
* @param string $phpEx
7274
*/
7375
public function __construct(\phpbb\auth\auth $auth, \phpbb\content_visibility $content_visibility, \phpbb\db\driver\driver_interface $db, \phpbb\template\template $template, \phpbb\user $user, $phpbb_root_path, $phpEx)
7476
{

0 commit comments

Comments
 (0)