mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16736] Fix invalid placement of visibility qualifiers next to static
PHPBB3-16736
This commit is contained in:
@@ -30,7 +30,7 @@ class mssql extends tools
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public static function get_dbms_type_map()
|
||||
static public function get_dbms_type_map()
|
||||
{
|
||||
return array(
|
||||
'mssql' => array(
|
||||
|
Reference in New Issue
Block a user