Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
luceos 2021-05-31 14:08:49 +00:00 committed by StyleCI Bot
parent f229e3478e
commit 3865fc21f9

View File

@ -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_',