public function __construct(?string $defaultLocale = null, array|\Closure|null $symbolsMap = null) { $this->symbolsMap = $symbolsMap ?? $this->symbolsMap; }