Skip to content

Commit 086d12e

Browse files
author
Dominik Bonsch
committed
phpdoc replaced array of by […]
1 parent e250e46 commit 086d12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/PHPExcel/Chart/PlotArea.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function getPlotGroupByIndex($index) {
110110
/**
111111
* Set Plot Series
112112
*
113-
* @param array of PHPExcel_Chart_DataSeries
113+
* @param [PHPExcel_Chart_DataSeries]
114114
*/
115115
public function setPlotSeries($plotSeries = array()) {
116116
$this->_plotSeries = $plotSeries;

0 commit comments

Comments
 (0)