@@ -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 | { |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use Box\Spout\Reader\Common\Entity\Options; |
| 10 | 10 | use Box\Spout\Reader\ReaderAbstract; |
| 11 | 11 | use Box\Spout\Reader\XLSX\Creator\EntityFactory; |
| 12 | -use Box\Spout\Reader\XLSX\Creator\HelperFactory; |
|
| 13 | 12 | use Box\Spout\Reader\XLSX\Creator\ManagerFactory; |
| 14 | 13 | |
| 15 | 14 | /** |