mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
parent
f229e3478e
commit
3865fc21f9
|
@ -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…
Reference in New Issue
Block a user