We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f06757 commit 00ae67aCopy full SHA for 00ae67a
src/Numbers/NumberFormatter.php
@@ -58,7 +58,7 @@ public static function formatPercentage(
58
bool $sign = false,
59
): string
60
{
61
- return self::formatNumber($number, $decimals, $fixed) . '%';
+ return self::formatNumber($number, $decimals, $fixed, $sign) . '%';
62
}
63
64
public static function formatNumber(
0 commit comments