🤖 Auto commit for release 'develop' on 2025-10-25

This commit is contained in:
JC5
2025-10-25 14:23:14 +02:00
parent f5806ea6de
commit 91a56a7396
4 changed files with 35 additions and 35 deletions

View File

@@ -163,7 +163,7 @@ class Amount
*/
public function formatFlat(string $symbol, int $decimalPlaces, string $amount, ?bool $coloured = null): string
{
$amount = Steam::anonymous() ? '0' : $amount;
$amount = Steam::anonymous() ? '0' : $amount;
$locale = Steam::getLocale();
$rounded = Steam::bcround($amount, $decimalPlaces);
$coloured ??= true;