@@ -332,7 +332,7 @@ |
||
| 332 | 332 | * |
| 333 | 333 | * @throws InvalidArgumentException |
| 334 | 334 | * |
| 335 | - * @return null|resource |
|
| 335 | + * @return string|null |
|
| 336 | 336 | */ |
| 337 | 337 | public function downloadTemplate($templateName) |
| 338 | 338 | { |
@@ -69,7 +69,7 @@ |
||
| 69 | 69 | * |
| 70 | 70 | * @throws InvalidArgumentException |
| 71 | 71 | * |
| 72 | - * @return null|resource |
|
| 72 | + * @return string|null |
|
| 73 | 73 | */ |
| 74 | 74 | public function convertDocument($documentFilename, $returnFormat) |
| 75 | 75 | { |