mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11327] Clean up code style a bit
PHPBB3-11327
This commit is contained in:
@@ -17,9 +17,9 @@ class reset_password extends \phpbb\db\migration\migration
|
||||
{
|
||||
static public function depends_on()
|
||||
{
|
||||
return array(
|
||||
return [
|
||||
'\phpbb\db\migration\data\v330\dev',
|
||||
);
|
||||
];
|
||||
}
|
||||
|
||||
public function update_schema()
|
||||
|
Reference in New Issue
Block a user