mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 11:40:08 +02:00
[ticket/16736] Fix invalid placement of visibility qualifiers next to static
PHPBB3-16736
This commit is contained in:
@@ -20,7 +20,7 @@ class default_search_return_chars extends \phpbb\db\migration\migration
|
||||
return $this->config->offsetExists('default_search_return_chars');
|
||||
}
|
||||
|
||||
public static function depends_on()
|
||||
static public function depends_on()
|
||||
{
|
||||
return [
|
||||
'\phpbb\db\migration\data\v330\v330',
|
||||
|
@@ -20,7 +20,7 @@ class google_recaptcha_v3 extends \phpbb\db\migration\migration
|
||||
return $this->config->offsetExists('recaptcha_v3_key');
|
||||
}
|
||||
|
||||
public static function depends_on()
|
||||
static public function depends_on()
|
||||
{
|
||||
return [
|
||||
'\phpbb\db\migration\data\v330\v330',
|
||||
|
Reference in New Issue
Block a user