Fix PHPDocs in Chart/DateSeries

Wrong return type make PHPStorm Inspect Code not happy
This commit is contained in:
Jean Baptiste Noblot 2018-05-21 10:44:30 +02:00 committed by Adrien Crivelli
parent 92633a84d8
commit b8f9b6ada7
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class DataSeries
/** /**
* Get Plot Order. * Get Plot Order.
* *
* @return string * @return int[]
*/ */
public function getPlotOrder() public function getPlotOrder()
{ {