From 8ced9eef450737d9cdd53681e67dfc3cc2af3f46 Mon Sep 17 00:00:00 2001 From: luceos Date: Mon, 31 May 2021 14:08:49 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Database/Migrator.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Database/Migrator.php b/src/Database/Migrator.php index 200745e3b..03b0dde1a 100644 --- a/src/Database/Migrator.php +++ b/src/Database/Migrator.php @@ -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_',