@@ -114,7 +114,7 @@ |
||
114 | 114 | /** |
115 | 115 | * Returns the PHP "memory_limit" in Kilobytes |
116 | 116 | * |
117 | - * @return float |
|
117 | + * @return integer |
|
118 | 118 | */ |
119 | 119 | protected function getMemoryLimitInKB() |
120 | 120 | { |
@@ -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 | */ |