1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/13725] Coding guidelines: static public

PHPBB3-13725
This commit is contained in:
Matt Friedman
2015-03-27 00:02:20 -07:00
parent 9a9a665a0a
commit dbb538afbd
21 changed files with 34 additions and 34 deletions

View File

@@ -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(