Skip to content

Commit 00ae67a

Browse files
authored
missing passing argument
1 parent 8f06757 commit 00ae67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Numbers/NumberFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static function formatPercentage(
5858
bool $sign = false,
5959
): string
6060
{
61-
return self::formatNumber($number, $decimals, $fixed) . '%';
61+
return self::formatNumber($number, $decimals, $fixed, $sign) . '%';
6262
}
6363

6464
public static function formatNumber(

0 commit comments

Comments
 (0)