1
0
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:
Marc Alexander
2019-08-22 14:05:58 +02:00
parent 9e772d1421
commit 7a3e351178
2 changed files with 13 additions and 14 deletions

View File

@@ -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()