From 9df1a2a1b73f129647bf25e3c205ddcbe045c45b Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 16 Nov 2013 16:41:03 +0100 Subject: [PATCH] [feature/module_services] Fix codesniffer complaint in link us --- modules/link_us.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/link_us.php b/modules/link_us.php index 46ef3cf8..8ee2aafe 100644 --- a/modules/link_us.php +++ b/modules/link_us.php @@ -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;