From e8982068b63bd3f8020597f9529e6f2e01a527e3 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 24 Aug 2018 21:39:20 +0200 Subject: [PATCH] fix quotes to make phpcs happy --- lib/cmd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cmd.php b/lib/cmd.php index 10186810..44923618 100644 --- a/lib/cmd.php +++ b/lib/cmd.php @@ -186,7 +186,7 @@ function runSQLScript($sScript, $bfatal = true, $bVerbose = false, $bIgnoreError } if (!$bVerbose) { - fwrite($ahPipes[0], "set client_min_messages to WARNING;"); + fwrite($ahPipes[0], 'set client_min_messages to WARNING;'); } while (strlen($sScript)) { -- 2.43.2