@@ -1172,7 +1172,7 @@ |
||
1172 | 1172 | * @param \PhpOffice\PhpSpreadsheet\Worksheet $pSheet \PhpOffice\PhpSpreadsheet\Worksheet |
1173 | 1173 | * @param array $pValues Array containing cells in a row |
1174 | 1174 | * @param int $pRow Row number (0-based) |
1175 | - * @param mixed $cellType eg: 'td' |
|
1175 | + * @param string $cellType eg: 'td' |
|
1176 | 1176 | * |
1177 | 1177 | * @throws \PhpOffice\PhpSpreadsheet\Writer\Exception |
1178 | 1178 | * |
@@ -1062,7 +1062,6 @@ |
||
1062 | 1062 | * @param \PhpOffice\PhpSpreadsheet\Shared\XMLWriter $objWriter XML Writer |
1063 | 1063 | * @param \PhpOffice\PhpSpreadsheet\Worksheet $pSheet Worksheet |
1064 | 1064 | * @param \PhpOffice\PhpSpreadsheet\Cell $pCellAddress Cell Address |
1065 | - * @param string[] $pStringTable String table |
|
1066 | 1065 | * @param string[] $pFlippedStringTable String table (flipped), for faster index searching |
1067 | 1066 | * |
1068 | 1067 | * @throws \PhpOffice\PhpSpreadsheet\Writer\Exception |
@@ -90,9 +90,10 @@ |
||
90 | 90 | * Create a new DataSeriesValues object |
91 | 91 | * @param string $dataSource |
92 | 92 | * @param null|mixed $formatCode |
93 | - * @param mixed $pointCount |
|
93 | + * @param integer $pointCount |
|
94 | 94 | * @param mixed $dataValues |
95 | 95 | * @param null|mixed $marker |
96 | + * @param boolean $color |
|
96 | 97 | */ |
97 | 98 | public function __construct($dataType = self::DATASERIES_TYPE_NUMBER, $dataSource = null, $formatCode = null, $pointCount = 0, $dataValues = [], $marker = null, $color = null) |
98 | 99 | { |