Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-11-29 13:47:08 +00:00
committed by StyleCI Bot
parent ea4d98d4e1
commit 1e457a49dd
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ foreach ($data as $dir => $files) {
$predb->executeUpdateGroupID();
$colorCli->info('Inserting records from temporary table into predb table');
$inserted =$predb->executeInsert();
$inserted = $predb->executeInsert();
// Delete the dump.
unlink($dumpFile);