re-run rector

This commit is contained in:
Abdul Malik Ikhsan 2024-07-16 23:14:02 +07:00
parent ecf37d9db8
commit d7a9c95ebb
No known key found for this signature in database
GPG Key ID: 69AC5BC354C89BE6

View File

@ -310,7 +310,7 @@ if (! function_exists('convert_accented_characters')) {
if (! is_array($arrayFrom)) {
$config = new ForeignCharacters();
if (empty($config->characterList) || ! is_array($config->characterList)) {
if ($config->characterList === [] || ! is_array($config->characterList)) {
$arrayFrom = [];
$arrayTo = [];