settings); } public function getFallbackValue(): ?string { if (!$this->hasFallbackValue()) { throw new \LogicException('Property fallbackValue must be defined', 1668084601); } /** @var mixed $fallbackValue */ $fallbackValue = $this->settings['fallbackValue']; if (is_string($fallbackValue) || is_null($fallbackValue)) { return $fallbackValue; } return (string)$fallbackValue; } }