diff options
author | Andreas Fischer <bantu@phpbb.com> | 2015-04-02 12:37:34 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2015-04-02 12:37:34 +0200 |
commit | 18d3dd54a11fb9fb22f80d0bba00a4061103e66e (patch) | |
tree | f59a6650b64f34941fdffeb06b2325b3ed4ac82e /phpBB/phpbb/db/tools | |
parent | fbfcbd5aa7eab6e0660b3fd8492cc3387d3267fb (diff) | |
parent | dbb538afbdce345dfc61b06ec6a84313c1141284 (diff) | |
download | forums-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.php | 2 |
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( |