mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
re-run rector
This commit is contained in:
parent
ecf37d9db8
commit
d7a9c95ebb
@ -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 = [];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user