@@ -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 | { |
@@ -108,7 +108,7 @@ |
||
| 108 | 108 | /** |
| 109 | 109 | * Checks if the sheet has been sucessfully created. Throws an exception if not. |
| 110 | 110 | * |
| 111 | - * @param bool|resource $sheetFilePointer Pointer to the sheet data file or FALSE if unable to open the file |
|
| 111 | + * @param resource $sheetFilePointer Pointer to the sheet data file or FALSE if unable to open the file |
|
| 112 | 112 | * @throws IOException If the sheet data file cannot be opened for writing |
| 113 | 113 | * @return void |
| 114 | 114 | */ |
@@ -108,7 +108,7 @@ |
||
| 108 | 108 | /** |
| 109 | 109 | * Checks if the sheet has been sucessfully created. Throws an exception if not. |
| 110 | 110 | * |
| 111 | - * @param bool|resource $sheetFilePointer Pointer to the sheet data file or FALSE if unable to open the file |
|
| 111 | + * @param resource $sheetFilePointer Pointer to the sheet data file or FALSE if unable to open the file |
|
| 112 | 112 | * @throws IOException If the sheet data file cannot be opened for writing |
| 113 | 113 | * @return void |
| 114 | 114 | */ |