mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #2672 from Nicofuma/ticket/12782
[ticket/12782] Use an interface for the phpbb event_dispatcher * Nicofuma/ticket/12782: [ticket/12782] Add doc block [ticket/12782] Use an interface for the phpbb event_dispatcher
This commit is contained in:
@@ -70,7 +70,7 @@ class log implements \phpbb\log\log_interface
|
||||
|
||||
/**
|
||||
* Event dispatcher object
|
||||
* @var \phpbb\event\dispatcher
|
||||
* @var \phpbb\event\dispatcher_interface
|
||||
*/
|
||||
protected $dispatcher;
|
||||
|
||||
@@ -98,7 +98,7 @@ class log implements \phpbb\log\log_interface
|
||||
* @param \phpbb\db\driver\driver_interface $db Database object
|
||||
* @param \phpbb\user $user User object
|
||||
* @param \phpbb\auth\auth $auth Auth object
|
||||
* @param \phpbb\event\dispatcher $phpbb_dispatcher Event dispatcher
|
||||
* @param \phpbb\event\dispatcher_interface $phpbb_dispatcher Event dispatcher
|
||||
* @param string $phpbb_root_path Root path
|
||||
* @param string $relative_admin_path Relative admin root path
|
||||
* @param string $php_ext PHP Extension
|
||||
|
Reference in New Issue
Block a user