Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanenko3 committed Oct 19, 2022
1 parent 91640a2 commit d351609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ function number(
}

if (!function_exists('utf8ize')) {
function utf8ize(array | string $d): string
function utf8ize(array | string $d): string | array
{
if (is_array($d)) {
foreach ($d as $k => $v) {
Expand Down

0 comments on commit d351609

Please sign in to comment.