for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
Namespace EnergieProduction\Chart\Highcharts\Options;
use EnergieProduction\Chart\Highcharts\Highcharts;
Class Chart extends Highcharts
{
protected function setStyleAttribute(array $value = [])
$this->options['style'] = ['style' => $value];
}