Comply with coding style.

This commit is contained in:
dew-git 2019-10-10 20:50:51 -08:00
parent 3940e804e3
commit b5dac16def
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**