@@ -123,7 +123,7 @@ |
||
| 123 | 123 | |
| 124 | 124 | /** |
| 125 | 125 | * sets default column width --- Must be set before WorksheetManager->startSheet() is called on this sheet |
| 126 | - * @param string $col in letter format eg A or AC |
|
| 126 | + * @param string $colTo in letter format eg A or AC |
|
| 127 | 127 | * @param float $width |
| 128 | 128 | * @throws IOException |
| 129 | 129 | */ |
@@ -187,8 +187,8 @@ |
||
| 187 | 187 | } |
| 188 | 188 | |
| 189 | 189 | /** |
| 190 | - * @param string $colFrom |
|
| 191 | - * @param string $colTo |
|
| 190 | + * @param integer $colFrom |
|
| 191 | + * @param integer $colTo |
|
| 192 | 192 | * @param float $width |
| 193 | 193 | * @throws \Box\Spout\Common\Exception\IOException |
| 194 | 194 | */ |