From f9dbd59371dcc86a54a8632b5d264943b95e4ff1 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 19 Aug 2021 23:10:31 +0200 Subject: [PATCH] [ticket/16574] Reorder order of static keyword PHPBB3-16574 --- phpBB/phpbb/db/migration/data/v400/remove_flash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/db/migration/data/v400/remove_flash.php b/phpBB/phpbb/db/migration/data/v400/remove_flash.php index 6655b1cdf6..c8f0e3ae5c 100644 --- a/phpBB/phpbb/db/migration/data/v400/remove_flash.php +++ b/phpBB/phpbb/db/migration/data/v400/remove_flash.php @@ -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',