1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/16804] Reorder static keyword to fit with guidelines

PHPBB3-16804
This commit is contained in:
Marc Alexander
2021-07-25 13:55:34 +02:00
parent c8dc942f38
commit ddc4b988b7

View File

@@ -20,7 +20,7 @@ class extend_bbcode_tooltip extends \phpbb\db\migration\migration
return !$this->db_tools->sql_column_exists($this->table_prefix . 'bbcodes', 'bbcode_helpline');
}
static public function depends_on()
public static function depends_on()
{
return [
'\phpbb\db\migration\data\v33x\v334'