HighchartsPHP icon indicating copy to clipboard operation
HighchartsPHP copied to clipboard

PHP 7.4 and mixed makes error

Open lustmordtheblackpost opened this issue 1 year ago • 0 comments

public function offsetGet($offset): mixed
{
    if (!isset($this->_options[$offset])) {
        $this->_options[$offset] = new HighchartOption();
    }
    return $this->_options[$offset];
}

lustmordtheblackpost avatar Jan 19 '24 12:01 lustmordtheblackpost