1
0
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:
Marc Alexander 2021-07-25 14:38:10 +02:00 committed by GitHub
commit e8f13025ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'