From cd53106ec3392e17cec47a81b4d317e83103bc67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Bartus?= Date: Fri, 3 Sep 2021 09:58:34 +0200 Subject: [PATCH] [ticket/16858] Fix coding style PHPBB3-16858 --- phpBB/phpbb/db/migration/data/v33x/jquery_update_v2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/db/migration/data/v33x/jquery_update_v2.php b/phpBB/phpbb/db/migration/data/v33x/jquery_update_v2.php index 1531de8f2e..fb87b7480c 100644 --- a/phpBB/phpbb/db/migration/data/v33x/jquery_update_v2.php +++ b/phpBB/phpbb/db/migration/data/v33x/jquery_update_v2.php @@ -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'; } - static public function depends_on() + public static function depends_on() { return ['\phpbb\db\migration\data\v33x\v334']; }