@@ -198,7 +198,7 @@ discard block |
||
| 198 | 198 | } |
| 199 | 199 | |
| 200 | 200 | /** |
| 201 | - * @param $cellFormat |
|
| 201 | + * @param string $cellFormat |
|
| 202 | 202 | * |
| 203 | 203 | * @return string |
| 204 | 204 | */ |
@@ -245,7 +245,7 @@ discard block |
||
| 245 | 245 | /** |
| 246 | 246 | * @todo check escaping |
| 247 | 247 | * |
| 248 | - * @param $cellFormat |
|
| 248 | + * @param string $cellFormat |
|
| 249 | 249 | * |
| 250 | 250 | * @return string |
| 251 | 251 | */ |
@@ -284,7 +284,7 @@ discard block |
||
| 284 | 284 | * |
| 285 | 285 | * @param $cellFormat |
| 286 | 286 | * |
| 287 | - * @return int|mixed |
|
| 287 | + * @return integer |
|
| 288 | 288 | */ |
| 289 | 289 | private function addCellFormat($cellFormat) |
| 290 | 290 | { |