mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 11:07:58 +08:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
parent
8af52153e4
commit
8ced9eef45
@ -265,7 +265,9 @@ class Migrator
|
||||
foreach (explode(';', $dump) as $statement) {
|
||||
$statement = trim($statement);
|
||||
|
||||
if (empty($statement) || substr($statement, 0, 2) === '/*') continue;
|
||||
if (empty($statement) || substr($statement, 0, 2) === '/*') {
|
||||
continue;
|
||||
}
|
||||
|
||||
$statement = str_replace(
|
||||
'db_prefix_',
|
||||
|
Loading…
x
Reference in New Issue
Block a user