mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-26 07:16:03 +03:00
phpdoc replaced array of by […]
This commit is contained in:
parent
e250e466f9
commit
086d12e7af
@ -110,7 +110,7 @@ class PHPExcel_Chart_PlotArea
|
|||||||
/**
|
/**
|
||||||
* Set Plot Series
|
* Set Plot Series
|
||||||
*
|
*
|
||||||
* @param array of PHPExcel_Chart_DataSeries
|
* @param [PHPExcel_Chart_DataSeries]
|
||||||
*/
|
*/
|
||||||
public function setPlotSeries($plotSeries = array()) {
|
public function setPlotSeries($plotSeries = array()) {
|
||||||
$this->_plotSeries = $plotSeries;
|
$this->_plotSeries = $plotSeries;
|
||||||
|
Loading…
Reference in New Issue
Block a user