value = $value; } /** @psalm-return non-empty-string */ public function getValue(): string { return $this->value; } }