Merge pull request #6282 from CHItA/ticket/16858

[ticket/16858] Fix coding style
This commit is contained in:
Máté Bartus 2021-09-03 10:31:12 +02:00 committed by GitHub
commit dc7012864b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ class jquery_update_v2 extends migration
return $this->config['load_jquery_url'] === '//ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js'; return $this->config['load_jquery_url'] === '//ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js';
} }
static public function depends_on() public static function depends_on()
{ {
return ['\phpbb\db\migration\data\v33x\v334']; return ['\phpbb\db\migration\data\v33x\v334'];
} }