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