mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +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
|
class manager
|
||||||
{
|
{
|
||||||
/** @var \phpbb\event\dispatcher */
|
/** @var \phpbb\event\dispatcher_interface */
|
||||||
protected $dispatcher;
|
protected $dispatcher;
|
||||||
|
|
||||||
/** @var \phpbb\language\language */
|
/** @var \phpbb\language\language */
|
||||||
|
@ -33,11 +33,11 @@ class manager
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
* @param \phpbb\event\dispatcher $dispatcher
|
* @param \phpbb\event\dispatcher_interface $dispatcher
|
||||||
* @param \phpbb\language\language $language
|
* @param \phpbb\language\language $language
|
||||||
* @param \phpbb\template\template $template
|
* @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->dispatcher = $dispatcher;
|
||||||
$this->language = $language;
|
$this->language = $language;
|
||||||
|
|
Loading…
Add table
Reference in a new issue