From b5dac16defccaf5a929368b2e7ca6e8c15e40984 Mon Sep 17 00:00:00 2001 From: dew-git <55564947+dew-git@users.noreply.github.com> Date: Thu, 10 Oct 2019 20:50:51 -0800 Subject: [PATCH] Comply with coding style. --- src/Util/Strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Util/Strings.php b/src/Util/Strings.php index cd065aed12..ef7a2df061 100644 --- a/src/Util/Strings.php +++ b/src/Util/Strings.php @@ -68,7 +68,7 @@ class Strings */ public static function escapeHtml($string) { - return htmlentities($string, ENT_QUOTES | ENT_HTML5, "UTF-8", false); + return htmlentities($string, ENT_QUOTES | ENT_HTML5, 'UTF-8', false); } /**