@@ -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 | { |
@@ -220,7 +220,7 @@ |
||
220 | 220 | * Returns whether the given timestamp is supported by SpreadsheetML |
221 | 221 | * @see ECMA-376 Part 1 - §18.17.4 - this specifies the timestamp boundaries. |
222 | 222 | * |
223 | - * @param $timestampValue |
|
223 | + * @param double $timestampValue |
|
224 | 224 | * @return bool |
225 | 225 | */ |
226 | 226 | protected function isValidTimestampValue($timestampValue) |