mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-22 08:30:26 +01:00
Merge branch '3.2.x'
This commit is contained in:
commit
c876392b98
@ -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…
x
Reference in New Issue
Block a user