mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 17:11:53 +02:00
[ticket/14771] Make phing sniff happy
PHPBB3-14771
This commit is contained in:
@@ -15,7 +15,7 @@ namespace phpbb\db\migration\data\v400;
|
|||||||
|
|
||||||
class add_audio_files_attachment_group extends \phpbb\db\migration\migration
|
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'];
|
return ['\phpbb\db\migration\data\v400\dev'];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user