mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 06:25:04 +02:00
Merge pull request #6255 from marc1706/ticket/16804-master
[ticket/16804] Reorder static keyword to fit with guidelines
This commit is contained in:
commit
e8f13025ec
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user