@@ -237,9 +237,9 @@ discard block |
||
237 | 237 | } |
238 | 238 | |
239 | 239 | /** |
240 | - * @param $extRef |
|
240 | + * @param string $extRef |
|
241 | 241 | * |
242 | - * @return array |
|
242 | + * @return integer[] |
|
243 | 243 | * @throws \Exception |
244 | 244 | */ |
245 | 245 | protected function getRangeSheets($extRef) |
@@ -355,7 +355,7 @@ discard block |
||
355 | 355 | * @param string $cellAddress The Excel cell reference to be packed |
356 | 356 | * |
357 | 357 | * @throws \Exception |
358 | - * @return array Array containing the row and column in packed() format |
|
358 | + * @return string[] Array containing the row and column in packed() format |
|
359 | 359 | */ |
360 | 360 | protected function cellToPackedRowcol($cellAddress) |
361 | 361 | { |