mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16574] Reorder order of static keyword
PHPBB3-16574
This commit is contained in:
@@ -22,7 +22,7 @@ class remove_flash extends migration
|
||||
return !$this->config->offsetExists('allow_post_flash');
|
||||
}
|
||||
|
||||
static public function depends_on()
|
||||
public static function depends_on()
|
||||
{
|
||||
return [
|
||||
'\phpbb\db\migration\data\v400\dev',
|
||||
|
Reference in New Issue
Block a user