1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-19 16:11:21 +02:00

[ticket/14771] Make phing sniff happy

PHPBB3-14771
This commit is contained in:
Marc Alexander
2021-07-01 21:09:31 +02:00
parent 21759572c2
commit 9099bdb2ad

View File

@@ -15,7 +15,7 @@ namespace phpbb\db\migration\data\v400;
class add_audio_files_attachment_group extends \phpbb\db\migration\migration
{
static public function depends_on()
public static function depends_on()
{
return ['\phpbb\db\migration\data\v400\dev'];
}