We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3a204 commit ce3d3ccCopy full SHA for ce3d3cc
1 file changed
system/Helpers/number_helper.php
@@ -112,7 +112,6 @@ function number_to_amount($num, int $precision = 0, ?string $locale = null)
112
}
113
114
if (! function_exists('number_to_currency')) {
115
-
116
function number_to_currency(float $num, string $currency, ?string $locale = null, int $fraction = 0): string
117
{
118
return format_number($num, 1, $locale, [
0 commit comments