From: Eileen McNaughton Date: Sat, 20 Aug 2022 01:44:29 +0000 (+1200) Subject: (dev/translation#78) Default nominal to expected type (string X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8123790729d351883f8b3447e86501d2691080f3;p=civicrm-core.git (dev/translation#78) Default nominal to expected type (string --- diff --git a/Civi/Core/Locale.php b/Civi/Core/Locale.php index e3e12579ac..cd5d711821 100644 --- a/Civi/Core/Locale.php +++ b/Civi/Core/Locale.php @@ -86,7 +86,7 @@ class Locale { * @var string * @readonly */ - public $nominal; + public $nominal = ''; /** * Locale used for `ts()` and `l10n/**.mo` lookups.