Fix PHPDocs in Chart/DateSeries
Wrong return type make PHPStorm Inspect Code not happy
This commit is contained in:
parent
92633a84d8
commit
b8f9b6ada7
|
@ -217,7 +217,7 @@ class DataSeries
|
||||||
/**
|
/**
|
||||||
* Get Plot Order.
|
* Get Plot Order.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return int[]
|
||||||
*/
|
*/
|
||||||
public function getPlotOrder()
|
public function getPlotOrder()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue