Skip to content

Commit a6eb95d

Browse files
committed
docs: remove unneeded doc comments
1 parent 9792a6b commit a6eb95d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

system/Helpers/number_helper.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,7 @@ function number_to_amount($num, int $precision = 0, ?string $locale = null)
112112
}
113113

114114
if (! function_exists('number_to_currency')) {
115-
/**
116-
* @param string $locale
117-
* @param int $fraction
118-
*/
115+
119116
function number_to_currency(float $num, string $currency, ?string $locale = null, int $fraction = 0): string
120117
{
121118
return format_number($num, 1, $locale, [

0 commit comments

Comments
 (0)