[feature/module_services] Fix codesniffer complaint in link us

This commit is contained in:
Marc Alexander
2013-11-16 16:41:03 +01:00
parent e6e86f07b2
commit 9df1a2a1b7

View File

@@ -60,7 +60,7 @@ class link_us extends module_base
* @param \phpbb\template $template phpBB template
* @param \phpbb\user $user phpBB user object
*/
public function __construct($config, $template, $user)
public function __construct($config, $template, $user)
{
$this->config = $config;
$this->template = $template;