[feature/module_services] Fix codesniffer complaint in link us
This commit is contained in:
@@ -60,7 +60,7 @@ class link_us extends module_base
|
|||||||
* @param \phpbb\template $template phpBB template
|
* @param \phpbb\template $template phpBB template
|
||||||
* @param \phpbb\user $user phpBB user object
|
* @param \phpbb\user $user phpBB user object
|
||||||
*/
|
*/
|
||||||
public function __construct($config, $template, $user)
|
public function __construct($config, $template, $user)
|
||||||
{
|
{
|
||||||
$this->config = $config;
|
$this->config = $config;
|
||||||
$this->template = $template;
|
$this->template = $template;
|
||||||
|
|||||||
Reference in New Issue
Block a user