From e763d20899bf244a096b86d36c8433056fec2323 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 5 Mar 2018 12:21:53 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- misc/testing/DB/reset_postprocessing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/testing/DB/reset_postprocessing.php b/misc/testing/DB/reset_postprocessing.php index fd9fe1f3a..dc97c63d9 100755 --- a/misc/testing/DB/reset_postprocessing.php +++ b/misc/testing/DB/reset_postprocessing.php @@ -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') {