HighchartsPHP
HighchartsPHP copied to clipboard
PHP 7.4 and mixed makes error
public function offsetGet($offset): mixed
{
if (!isset($this->_options[$offset])) {
$this->_options[$offset] = new HighchartOption();
}
return $this->_options[$offset];
}