aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/tools
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2015-04-02 12:37:34 +0200
committerAndreas Fischer <bantu@phpbb.com>2015-04-02 12:37:34 +0200
commit18d3dd54a11fb9fb22f80d0bba00a4061103e66e (patch)
treef59a6650b64f34941fdffeb06b2325b3ed4ac82e /phpBB/phpbb/db/tools
parentfbfcbd5aa7eab6e0660b3fd8492cc3387d3267fb (diff)
parentdbb538afbdce345dfc61b06ec6a84313c1141284 (diff)
downloadforums-18d3dd54a11fb9fb22f80d0bba00a4061103e66e.tar
forums-18d3dd54a11fb9fb22f80d0bba00a4061103e66e.tar.gz
forums-18d3dd54a11fb9fb22f80d0bba00a4061103e66e.tar.bz2
forums-18d3dd54a11fb9fb22f80d0bba00a4061103e66e.tar.xz
forums-18d3dd54a11fb9fb22f80d0bba00a4061103e66e.zip
Merge pull request #3507 from VSEphpbb/ticket/13725
[ticket/13725] Coding guidelines: static public * VSEphpbb/ticket/13725: [ticket/13725] Coding guidelines: static public
Diffstat (limited to 'phpBB/phpbb/db/tools')
-rw-r--r--phpBB/phpbb/db/tools/tools.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/tools/tools.php b/phpBB/phpbb/db/tools/tools.php
index 0d1eb63c47..1d7b2ddfff 100644
--- a/phpBB/phpbb/db/tools/tools.php
+++ b/phpBB/phpbb/db/tools/tools.php
@@ -40,7 +40,7 @@ class tools implements tools_interface
*
* @return array
*/
- public static function get_dbms_type_map()
+ static public function get_dbms_type_map()
{
return array(
'mysql_41' => array(