@@ -96,11 +96,11 @@ |
||
96 | 96 | * |
97 | 97 | * @param string $dataSource |
98 | 98 | * @param null|mixed $formatCode |
99 | - * @param mixed $pointCount |
|
99 | + * @param integer $pointCount |
|
100 | 100 | * @param mixed $dataValues |
101 | 101 | * @param null|mixed $marker |
102 | - * @param mixed $dataType |
|
103 | - * @param null|mixed $color |
|
102 | + * @param string $dataType |
|
103 | + * @param boolean $color |
|
104 | 104 | */ |
105 | 105 | public function __construct($dataType = self::DATASERIES_TYPE_NUMBER, $dataSource = null, $formatCode = null, $pointCount = 0, $dataValues = [], $marker = null, $color = null) |
106 | 106 | { |
@@ -1099,7 +1099,7 @@ |
||
1099 | 1099 | $objWriter->startElement('c:ser'); |
1100 | 1100 | |
1101 | 1101 | $plotLabel = $plotGroup->getPlotLabelByIndex($plotSeriesIdx); |
1102 | - if ($plotLabel){ |
|
1102 | + if ($plotLabel) { |
|
1103 | 1103 | $fillColor = $plotLabel->getFillColor(); |
1104 | 1104 | if ($fillColor != null) { |
1105 | 1105 | $objWriter->startElement('c:spPr'); |