[ticket/13859] Reorder static & public in migration

PHPBB3-13859
This commit is contained in:
lionel-rowe 2022-05-01 21:09:21 +01:00 committed by Marc Alexander
parent dd6e110210
commit 60af39b38c
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -33,7 +33,7 @@ class profilefield_youtube_update extends \phpbb\db\migration\migration
return $row['field_validation'] === $this->youtube_url_matcher;
}
static public function depends_on()
public static function depends_on()
{
return ['\phpbb\db\migration\data\v33x\v337'];
}