@@ -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 | { |
@@ -43,6 +43,7 @@ |
||
43 | 43 | |
44 | 44 | /** |
45 | 45 | * @param bool $shouldFormatDates Whether date/time values should be returned as PHP objects or be formatted as strings |
46 | + * @param \Box\Spout\Common\Helper\Escaper\ODS $escaper |
|
46 | 47 | */ |
47 | 48 | public function __construct($shouldFormatDates, $escaper) |
48 | 49 | { |