value = $value; } #[\ReturnTypeWillChange] public function jsonSerialize() { return $this->value; } }