Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-03-05 12:21:53 +00:00
committed by StyleCI Bot
parent 220a81f61c
commit e763d20899
+1 -1
View File
@@ -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') {