mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11103] Correcting constructor comments
PHPBB3-11103
This commit is contained in:
parent
623b9af38b
commit
bd49942552
1 changed files with 3 additions and 3 deletions
|
@ -67,11 +67,11 @@ abstract class phpbb_notification_method_base implements phpbb_notification_meth
|
||||||
* @param phpbb_user_loader $user_loader
|
* @param phpbb_user_loader $user_loader
|
||||||
* @param phpbb_db_driver $db
|
* @param phpbb_db_driver $db
|
||||||
* @param phpbb_cache_driver_interface $cache
|
* @param phpbb_cache_driver_interface $cache
|
||||||
* @param mixed $user
|
* @param phpbb_user $user
|
||||||
* @param phpbb_auth $auth
|
* @param phpbb_auth $auth
|
||||||
* @param phpbb_config $config
|
* @param phpbb_config $config
|
||||||
* @param mixed $phpbb_root_path
|
* @param string $phpbb_root_path
|
||||||
* @param mixed $php_ext
|
* @param string $php_ext
|
||||||
* @return phpbb_notification_method_base
|
* @return phpbb_notification_method_base
|
||||||
*/
|
*/
|
||||||
public function __construct(phpbb_user_loader $user_loader, phpbb_db_driver $db, phpbb_cache_driver_interface $cache, $user, phpbb_auth $auth, phpbb_config $config, $phpbb_root_path, $php_ext)
|
public function __construct(phpbb_user_loader $user_loader, phpbb_db_driver $db, phpbb_cache_driver_interface $cache, $user, phpbb_auth $auth, phpbb_config $config, $phpbb_root_path, $php_ext)
|
||||||
|
|
Loading…
Add table
Reference in a new issue