valueType; } /** * Returns the type of the `ELSE` result value. * * @return string|null The result type, or `null` if none has been set yet. */ public function getElseType(): ?string { return $this->elseType; } }