mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user