mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-16 08:18:53 +00:00
[ticket/14434] Fix whitespace mistakes
PHPBB3-14434
This commit is contained in:
parent
3bd8a2ba19
commit
ae7aa5dc57
1 changed files with 3 additions and 3 deletions
|
@ -143,10 +143,10 @@ class base implements \phpbb\extension\extension_interface
|
|||
if (\phpbb\db\migrator::is_migration($migration) === true)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
unset($migrations[$key]);
|
||||
}
|
||||
unset($migrations[$key]);
|
||||
}
|
||||
|
||||
return $migrations;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue