mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
c876392b98
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ namespace phpbb\help;
|
|||
*/
|
||||
class manager
|
||||
{
|
||||
/** @var \phpbb\event\dispatcher */
|
||||
/** @var \phpbb\event\dispatcher_interface */
|
||||
protected $dispatcher;
|
||||
|
||||
/** @var \phpbb\language\language */
|
||||
|
@ -33,11 +33,11 @@ class manager
|
|||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param \phpbb\event\dispatcher $dispatcher
|
||||
* @param \phpbb\event\dispatcher_interface $dispatcher
|
||||
* @param \phpbb\language\language $language
|
||||
* @param \phpbb\template\template $template
|
||||
*/
|
||||
public function __construct(\phpbb\event\dispatcher $dispatcher, \phpbb\language\language $language, \phpbb\template\template $template)
|
||||
public function __construct(\phpbb\event\dispatcher_interface $dispatcher, \phpbb\language\language $language, \phpbb\template\template $template)
|
||||
{
|
||||
$this->dispatcher = $dispatcher;
|
||||
$this->language = $language;
|
||||
|
|
Loading…
Add table
Reference in a new issue