mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 03:01:34 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -11,7 +11,7 @@ $pdo = new DB();
|
||||
$consoletools = new ConsoleTools();
|
||||
$ran = false;
|
||||
|
||||
if ($argv[1] !== null && $argv[1] === 'all' && $argv[2] !== null && $argv[2] === 'true') {
|
||||
if ($argv[1] !== null && $argv[1] === 'all' && $argv[2] !== null && $argv[2] === 'true') {
|
||||
$ran = true;
|
||||
$where = '';
|
||||
if (isset($argv[3]) && $argv[3] === 'truncate') {
|
||||
|
||||
Reference in New Issue
Block a user