Small code fixes.

This commit is contained in:
James Cole
2026-03-17 20:43:32 +01:00
parent 7c4f80a360
commit 9c10b01e8b
6 changed files with 7 additions and 7 deletions

View File

@@ -116,7 +116,7 @@ final class JavascriptController extends Controller
'currencyCode' => $currency->code,
'currencySymbol' => $currency->symbol,
'accountingLocaleInfo' => $accounting,
'anonymous' => var_export(Steam::anonymous(), true),
'anonymous' => var_export(Steam::anonymous(), return: true),
'language' => $lang,
'dateRangeTitle' => $dateRange['title'],
'locale' => $locale,