mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/13713] Make sure service collection is accepted by controller
PHPBB3-13713
This commit is contained in:
@@ -35,12 +35,12 @@ class mention
|
|||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
* @param array $mention_sources
|
* @param service_collection|array $mention_sources
|
||||||
* @param request_interface $request
|
* @param request_interface $request
|
||||||
* @param string $phpbb_root_path
|
* @param string $phpbb_root_path
|
||||||
* @param string $phpEx
|
* @param string $phpEx
|
||||||
*/
|
*/
|
||||||
public function __construct(array $mention_sources, request_interface $request, string $phpbb_root_path, string $phpEx)
|
public function __construct($mention_sources, request_interface $request, string $phpbb_root_path, string $phpEx)
|
||||||
{
|
{
|
||||||
$this->mention_sources = $mention_sources;
|
$this->mention_sources = $mention_sources;
|
||||||
$this->request = $request;
|
$this->request = $request;
|
||||||
|
Reference in New Issue
Block a user